Starting July 2021, Tracking IDs are required based on carrier selected #3096
jenilew
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
Starting July 2021, Amazon will mandate tracking IDs based on the carrier selected when selling partners confirm shipments using the POST_ORDER_FULFILLMENT_DATA and POST_FLAT_FILE_FULFILLMENT_DATA feed types in Selling Partner API (SP API) and Amazon Marketplace Web Services (MWS).
What is changing?
The tracking IDs are changing from optional to required for:
POST_ORDER_FULFILLMENT_DATA
ShipperTrackingNumber
attribute.POST_FLAT_FILE_FULLMENT_DATA
tracking-number
attribute.Invalid tracking IDs provided at the time of shipment confirmation (for carriers with a tracking ID mandate) will result in an error and shipment will not be confirmed.
Selling partners can identify orders ship confirmed with invalid tracking IDs via this error message: "The tracking ID [tracking id] for [carrier name] does not match the expected format for the carrier. Please verify that you have entered the tracking ID and carrier name correctly."*
Which marketplaces are affected?
This change applies to all marketplaces. Due to the nature of this change, it is starting on different dates depending on the marketplace.
Who is affected?
Developers with applications that confirm shipments are affected.
What action is required?
If you have an application affected by this change, be sure to update your application workflow to consume the error and required error codes. If the tracking ID is invalid, highlight it for appropriate action by the selling partner.
For more information
For more information, see the ‘Confirm multiple shipments with feeds’ article in the Seller Central Help for your marketplace.
Best regards,
The Selling Partner API team
Beta Was this translation helpful? Give feedback.
All reactions