Reschedule an Easy Ship package
Learn how to use the Easy Ship API to reschedule a package for an Easy Ship order.
Learn how to use the Easy Ship API to reschedule a package for an Easy Ship order. To use the listHandoverSlots
and updateScheduledPackages
operations, the Amazon order with the specified orderId
must be scheduled and the Easy Ship Package must have a valid state. Refer to Check the status of an Easy Ship Package for more details.
Tip
Only a seller can update the selected time slot for an Easy Ship package.
Prerequisites
To complete this tutorial, you need:
- Authorization from the selling partner for whom you are making calls. For more information, refer to Authorizing Selling Partner API applications.
- The Direct-to-Consumer Shipping (Restricted) role assigned to your developer profile.
- The Direct-to-Consumer Shipping (Restricted) role selected in the app registration page for your application.
Step 1. Get available time slots for rescheduling
Call the listHandoverSlots
operation to get a list of available time slots for a scheduled Easy Ship order.
Step 2. Update an Easy Ship package
Call the updateScheduledPackages
operation to update the time slot for an Easy Ship package.
Updated about 2 hours ago