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

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.