Shipping Confirmation: Update shipping and tracking information for the orders #267
-
Hello, I have successfully implemented the orders pull system where I can pull orders and order items, but now I have to update shipping information to those orders I have tried to understand the documentation but there are many shipping APIs that amazon provides, so do anyone have any idea about how I can update shipping information (USPS, FedEx, UPS) to the amazon orders? and by which API i can achieve this? Thanks in the Advance!! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
You could use confirmShipment operation from Orders API. You can also use Feeds API to upload batch shipments for multiple orders. But for single order, the newly released confirmShipment operation is suitable. https://developer-docs.amazon.com/sp-api/docs/orders-api-v0-reference#post-ordersv0ordersorderidshipmentconfirmation |
Beta Was this translation helpful? Give feedback.
-
We also have an amazing blog on confirming shipments using SP-API with examples: https://developer-docs.amazon.com/sp-api-blog/docs/how-to-confirm-mfn-orders-using-selling-partner-api |
Beta Was this translation helpful? Give feedback.
-
hi all, how do i mark an order as "delivered" ? (a regular order the seller ships, so I am not talking about fulfillment, ISPU, or Easy Shipping). thanks for any hint ! |
Beta Was this translation helpful? Give feedback.
-
Hi Michael,
…On Sun, Sep 29, 2024 at 3:09 PM Micha(el) Bladowski < ***@***.***> wrote:
hi all, how do i mark an order as "delivered" ? (a regular order the
seller ships, so I am not talking about fulfillment, ISPU, or Easy
Shipping). thanks for any hint !
—
Reply to this email directly, view it on GitHub
<#267 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVX5CK6WX27X6ALCQEJRSY3ZZBGABAVCNFSM6AAAAABPB637MGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANZZGA4TANY>
.
You are receiving this because you commented.Message ID:
<amzn/selling-partner-api-models/repo-discussions/267/comments/10790907@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
I guess you mean mark the orders as "Shipped". Please use Merchant
Fulfillment API to mark a seller-fulfilled order as shipped.
Best,
Jacob Liang
…On Sun, Sep 29, 2024 at 11:14 PM Jacob Liang ***@***.***> wrote:
Hi Michael,
On Sun, Sep 29, 2024 at 3:09 PM Micha(el) Bladowski <
***@***.***> wrote:
> hi all, how do i mark an order as "delivered" ? (a regular order the
> seller ships, so I am not talking about fulfillment, ISPU, or Easy
> Shipping). thanks for any hint !
>
> —
> Reply to this email directly, view it on GitHub
> <#267 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AVX5CK6WX27X6ALCQEJRSY3ZZBGABAVCNFSM6AAAAABPB637MGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANZZGA4TANY>
> .
> You are receiving this because you commented.Message ID:
> <amzn/selling-partner-api-models/repo-discussions/267/comments/10790907@
> github.com>
>
|
Beta Was this translation helpful? Give feedback.
You could use confirmShipment operation from Orders API. You can also use Feeds API to upload batch shipments for multiple orders. But for single order, the newly released confirmShipment operation is suitable. https://developer-docs.amazon.com/sp-api/docs/orders-api-v0-reference#post-ordersv0ordersorderidshipmentconfirmation