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

createInboundPlan

Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon's fufillment network.

Usage Plan:

Rate (requests per second)Burst
22

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.

Body Params

The body of the request to createInboundPlan.

destinationMarketplaces
array of strings
required
length between 1 and 1

Marketplaces where the items need to be shipped to. Currently only one marketplace can be selected in this request.

destinationMarketplaces*
items
array of objects
required
length between 1 and 2000

Items included in this plan.

items*
string

The expiration date of the MSKU. In ISO 8601 datetime format with pattern YYYY-MM-DD. Items with the same MSKU but different expiration dates cannot go into the same box.

string
required

Specifies who will label the items. Options include AMAZON, SELLER or NONE.

Show Details
AMAZONAmazon provides the information.
SELLERSeller provides the information.
NONENo owner is required for the labelling.
string
length between 1 and 256

The manufacturing lot code.

string
required
length between 1 and 40

The merchant SKU, a merchant-supplied identifier of a specific SKU.

string
required

The owner of the preparations, if special preparations are required.

Show Details
AMAZONAmazon provides the information.
SELLERThe seller provides the information.
NONENo owner is required for the preparations.
integer
required
1 to 10000

The number of units of the specified MSKU that will be shipped.

string
length between 1 and 40

Name for the Inbound Plan. If one isn't provided, a default name will be provided.

sourceAddress
object
required

Specific details to identify a place.

Responses

Response body
object
string
required
length between 38 and 38

Identifier of an inbound plan.

string
required
length between 36 and 38

UUID for the given operation.

Headers
object
string

Unique request reference identifier.

string

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

Language