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:

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.