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

createInbound

Creates a draft AWD inbound order with a list of packages for inbound shipment. The operation creates one shipment per order.

Usage Plan:

Rate (requests per second)Burst
11

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 indicates 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.

Body Params

Payload for creating an inbound order.

string

Reference ID that can be used to correlate the order with partner resources.

originAddress
object
required

Shipping address that represents the origin or destination location.

packagesToInbound
array
required
length ≥ 1

List of packages to be inbounded.

packagesToInbound*
int32
required

Number of cases or pallets with the same package configuration.

distributionPackage
object
required

Represents an AWD distribution package.

preferences
object

Preferences that can be passed in context of an inbound order

Responses

createInbound 201 response.

Response body
object
string
required

Order ID of the inbound order.

Headers
object
string

Location header with the order ID for the newly created inbound order.

string

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

string

Unique request reference identifier.

Language