HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

createScheduledPackage

Schedules an Easy Ship order and returns the scheduled package information.

This operation does the following:

  • Specifies the time slot and handover method for the order to be scheduled for delivery.

  • Updates the Easy Ship order status.

  • Generates a shipping label and an invoice. Calling createScheduledPackage also generates a warranty document if you specify a SerialNumber value. To get these documents, see How to get invoice, shipping label, and warranty documents.

  • Shows the status of Easy Ship orders when you call the getOrders operation of the Selling Partner API for Orders and examine the EasyShipShipmentStatus property in the response body.

See the Shipping Label, Invoice, and Warranty columns in the Marketplace Support Table to see which documents are supported in each marketplace.

Usage Plan:

Rate (requests per second)Burst
15

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.

Body Params

The request schema for the createScheduledPackage operation.

string
required

An Amazon-defined order identifier. Identifies the order that the seller wants to deliver using Amazon Easy Ship.

string
required
length between 1 and 255

A string of up to 255 characters.

packageDetails
object
required

Package details. Includes packageItems, packageTimeSlot, and packageIdentifier.

Responses

Response body
object
scheduledPackageId
object
required

Identifies the scheduled package to be updated.

string
required

An Amazon-defined order identifier. Identifies the order that the seller wants to deliver using Amazon Easy Ship.

string

An Amazon-defined identifier for the scheduled package.

packageDimensions
object
required

The dimensions of the scheduled package.

float
≥ 0.01

The numerical value of the specified dimension.

float
≥ 0.01

The numerical value of the specified dimension.

float
≥ 0.01

The numerical value of the specified dimension.

string

The unit of measurement used to measure the length.

Cm

Show Details
CmCentimeters
string
length between 1 and 255

A string of up to 255 characters.

packageWeight
object
required

The weight of the scheduled package

float
≥ 11

The weight of the package.

string

The unit of measurement used to measure the weight.

Grams G

Show Details
GramsGrams
GGrams
packageItems
array of objects
length ≤ 500

A list of items contained in the package.

packageItems
object
string
length ≤ 255

The Amazon-defined order item identifier.

orderItemSerialNumbers
array of strings
length ≤ 100

A list of serial numbers for the items associated with the OrderItemId value.

orderItemSerialNumbers
packageTimeSlot
object
required

A time window to hand over an Easy Ship package to Amazon Logistics.

string
required
length between 1 and 255

A string of up to 255 characters.

date-time

A datetime value in ISO 8601 format.

date-time

A datetime value in ISO 8601 format.

string

Identifies the method by which a seller will hand a package over to Amazon Logistics.

Pickup Dropoff

Show Details
PickupAn Amazon Logistics carrier will pickup the package(s) from the seller's pickup address.
DropoffSeller will need to drop off the package(s) to a designated location.
string

Optional seller-created identifier that is printed on the shipping label to help the seller identify the package.

invoice
object

Invoice number and date.

string
required
length between 1 and 255

A string of up to 255 characters.

date-time

A datetime value in ISO 8601 format.

string

The status of the package.

ReadyForPickup PickedUp AtOriginFC AtDestinationFC Delivered Rejected Undeliverable ReturnedToSeller LostInTransit LabelCanceled DamagedInTransit OutForDelivery

Show Details
ReadyForPickupThe package is ready for pickup.
PickedUpThe package has been picked up.
AtOriginFCThe package is at its origin fulfillment center.
AtDestinationFCThe package is at its destination fulfillment center.
DeliveredThe package has been delivered.
RejectedThe package has been rejected.
UndeliverableThe package is not deliverable.
ReturnedToSellerThe package has been returned to the seller.
LostInTransitThe package has been lost in transit.
LabelCanceledThe package's label has been canceled.
DamagedInTransitThe package has been damaged in transit.
OutForDeliveryThe package is out for delivery.
trackingDetails
object

Representation of tracking metadata.

string
length between 1 and 255

A string of up to 255 characters.

Headers
object
string

Your rate limit (requests per second) for this operation.

string

Unique request reference identifier.

Language