Schedule an Easy Ship package
Learn how to use the Easy Ship API to schedule a package for an Easy Ship order.
Learn how to use the Easy Ship API to schedule a package for an Easy Ship order.
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
Call the listHandoverSlots
operation to get a list of available time slots for an unscheduled Easy Ship order. Make sure of the following:
- The specified Amazon Order ID should be an Easy Ship order and in an unshipped state.
- The request should include the desired weight and dimensions of the package.
Non Easy Ship orders and orders in Pending
state will return an error response.
Step 2. Create an Easy Ship package
Call the createScheduledPackage
operation to create a package for an unscheduled Easy Ship order. Make sure of the following:
- The specified Amazon Order ID should be an Easy Ship order and in an unshipped state.
- The request should include the desired weight and dimensions of the package.
Non-Easy Ship orders and orders in Pending
state will return an error response.
Updated about 3 hours ago