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

getInboundPlan

Fetches the top level information about an inbound plan.

Usage Plan:

Rate (requests per second)Burst
26

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

Path Params
string
required
length between 38 and 38

Identifier of an inbound plan.

Responses

Response body
object
date-time
required

The time at which the inbound plan was created. In ISO 8601 datetime with pattern yyyy-MM-ddTHH:mm:ssZ.

string
required
length between 38 and 38

Identifier of an inbound plan.

date-time
required

The time at which the inbound plan was last updated. In ISO 8601 datetime format with pattern yyyy-MM-ddTHH:mm:ssZ.

marketplaceIds
array of strings
required

A list of marketplace IDs.

marketplaceIds*
string
required

Human-readable name of the inbound plan.

packingOptions
array of objects

Packing options for the inbound plan. This property will be populated when it has been generated via the corresponding operation. If there is a chosen placement option, only packing options for that placement option will be returned. If there are confirmed shipments, only packing options for those shipments will be returned. Query the packing option for more details.

packingOptions
object
string
required
length between 38 and 38

Identifier of a packing option.

string
required
length between 1 and 1024

The status of a packing option. Possible values: 'OFFERED', 'ACCEPTED', 'EXPIRED'.

placementOptions
array of objects

Placement options for the inbound plan. This property will be populated when it has been generated via the corresponding operation. If there is a chosen placement option, that will be the only returned option. Query the placement option for more details.

placementOptions
object
string
required
length between 38 and 38

The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.

string
required
length between 1 and 1024

The status of a placement option. Possible values: OFFERED, ACCEPTED.

shipments
array of objects

A list of shipment IDs for the inbound plan. This property is populated when it has been generated with the confirmPlacementOptions operation. Only shipments from the chosen placement option are returned. Query the shipment for more details.

shipments
object
string
required
length between 38 and 38

Identifier of a shipment. A shipment contains the boxes and units being inbounded.

string
required
length between 1 and 1024

The status of a shipment. The state of the shipment will typically start as UNCONFIRMED, then transition to WORKING after a placement option has been confirmed, and then to READY_TO_SHIP once labels are generated.

Possible values: ABANDONED, CANCELLED, CHECKED_IN, CLOSED, DELETED, DELIVERED, IN_TRANSIT, MIXED, READY_TO_SHIP, RECEIVING, SHIPPED, UNCONFIRMED, WORKING

sourceAddress
object
required

Specific details to identify a place.

string
required
length between 1 and 180

Street address information.

string
length between 1 and 60

Additional street address information.

string
required
length between 1 and 30

The city.

string
length between 1 and 50

The name of the business.

string
required
length between 2 and 2

The country code in two-character ISO 3166-1 alpha-2 format.

string
length between 1 and 1024

The email address.

string
required
length between 1 and 50

The name of the individual who is the primary contact.

string
length between 1 and 20

The phone number.

string
required
length between 1 and 32

The postal code.

string
length between 1 and 64

The state or province code.

string
required
length between 1 and 1024

Current status of the inbound plan. Possible values: ACTIVE, VOIDED, SHIPPED, ERRORED.

Headers
object
string

Unique request reference identifier.

string

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

Language