View order notifications with the Notifications API
Learn how to subscribe to FULFILLMENT_ORDER_STATUS
notifications to be aware of all the changes happening on the order.
A seller can subscribe to FULFILLMENT_ORDER_STATUS
notifications to be aware of all the changes happening on the order.
To complete this tutorial, you need:
Prerequisites
- Authorization from the selling partner for whom you are making calls. Refer to Authorizing Selling Partner API Applications for more information.
- The Amazon Fulfillment role assigned to your developer profile.
- The Amazon Fulfillment role selected in the App registration page for your application.
Step 1. Create and subscribe to notifications
Use the createSubscription
operation of the Notifications API to subscribe to the FULFILLMENT_ORDER_STATUS
notification.
Step 2. Listen to order status notifications
The FULFILLMENT_ORDER_STATUS
notification keeps the seller posted on changes to the order status.
Review the FulfillmentShipmentPackages
array in the response to get the package details of an order when it’s made ready for shipping.
Updated about 21 hours ago