How to Obtain inboundPlanId and shipmentId for Shipments Created via Third-Party Applications in SP API v2024-03-20 #4275
Replies: 1 comment 2 replies
-
Hey @siriustigtr, This is not very straightforward to be honest, but usually sellers use a solution that covers the whole flow without the need to jump in at some point in between. Can you share some more details on your use case, maybe there is some other way that I don't see at the moment with the given information. Hope that helps! |
Beta Was this translation helpful? Give feedback.
-
Currently, I'm retrieving information only through version v0. I make a request, receive the shipmentId, and based on that shipmentId, I get information about which SKUs I've sent and how many Amazon has received.
Now, when I try using the new version, almost all requests require an inboundPlanId and shipmentId, but I have no idea how to obtain this information. Logically, they are provided when I create shipments through the API. But what do I do in cases where shipments are created through third-party apps like 2D......., and I end up with nothing, so I can't make requests using the new version?
When I download all shipments—ACTIVE, VOIDED, or SHIPPED—they have no names, so I don't even understand which ones they are because the request returns an empty field for the name. Can someone help me with advice on how web applications like Seller...... handle this? I would be very grateful for any help.
Beta Was this translation helpful? Give feedback.
All reactions