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

listInboundPlanItems

Provides a paginated list of item packages in 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.

Query Params
integer
1 to 1000
Defaults to 10

The number of items to return in the response matching the given query.

string
length between 0 and 1024

A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the pagination returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.

Responses

Response body
object
items
array of objects
required

The items in an inbound plan.

items*
object
string
required
length between 1 and 10

The Amazon Standard Identification Number (ASIN) of the item.

string

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

string
required
length between 1 and 10

A unique identifier assigned by Amazon to products stored in and fulfilled from an Amazon fulfillment center.

string
required
length between 1 and 1024

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

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.

prepInstructions
array of objects
required

Special preparations that are required for an item.

prepInstructions*
object
fee
object

The type and amount of currency.

string
length between 1 and 1024

In some situations, special preparations are required for items and this field reflects the owner of the preparations. Options include AMAZON, SELLER or NONE.

string
length between 1 and 1024

Type of preparation that should be done.

Possible values: ITEM_LABELING, ITEM_BUBBLEWRAP, ITEM_POLYBAGGING, ITEM_TAPING, ITEM_BLACK_SHRINKWRAP, ITEM_HANG_GARMENT, ITEM_BOXING, ITEM_SETCREAT, ITEM_RMOVHANG, ITEM_SUFFOSTK, ITEM_CAP_SEALING, ITEM_DEBUNDLE, ITEM_SETSTK, ITEM_SIOC, ITEM_NO_PREP, ADULT, BABY, TEXTILE, HANGER, FRAGILE, LIQUID, SHARP, SMALL, PERFORATED, GRANULAR, SET, FC_PROVIDED, UNKNOWN, NONE.

integer
required
1 to 10000

The number of the specified MSKU.

pagination
object

Contains tokens to fetch from a certain page.

string
length between 1 and 1024

When present, pass this string token in the next request to return the next response page.

Headers
object
string

Unique request reference identifier.

string

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

Language