cancel
Showing results for 
Search instead for 
Did you mean: 

Error: Shipment with requested ID doesn't correspond with Order with requested ID.

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Error: Shipment with requested ID doesn't correspond with Order with requested ID.

I am working with Magento 2.2.8

How to reproduce this error:

  • Open order.
  • Click Ship.
  • Add tracking information provided in our shipping portal.
  • Click save.
  • Error: Shipment with requested ID 571927 doesn't correspond with Order with requested ID 152.

I made a GET request against V1/shipment/571927 => "message": "Requested entity doesn't exist"

 

It looks like it is trying to get a non-existing shipment id for an order that is unrelated. Any ideas?