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

listPackingOptions

Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available.

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 20
Defaults to 10

The number of packing options 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
packingOptions
array of objects
required

List of packing options.

packingOptions*
object
discounts
array of objects
required

Discount for the offered option.

discounts*
object
string
required
length between 1 and 1024

Description of the incentive.

string
required
length between 1 and 1024

Target of the incentive. Possible values: 'Placement Services', 'Fulfillment Fee Discount'.

string
required
length between 1 and 1024

Type of incentive. Possible values: FEE, DISCOUNT.

value
object
required

The type and amount of currency.

date-time

The time at which this packing option is no longer valid. In ISO 8601 datetime format with pattern yyyy-MM-ddTHH:mm:ss.sssZ.

fees
array of objects
required

Fee for the offered option.

fees*
object
string
required
length between 1 and 1024

Description of the incentive.

string
required
length between 1 and 1024

Target of the incentive. Possible values: 'Placement Services', 'Fulfillment Fee Discount'.

string
required
length between 1 and 1024

Type of incentive. Possible values: FEE, DISCOUNT.

value
object
required

The type and amount of currency.

packingGroups
array of strings
required

Packing group IDs.

packingGroups*
string
required
length between 38 and 38

Identifier of a packing option.

string
required
length between 1 and 1024

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

supportedConfigurations
array of objects
required

A list of possible configurations for this option.

supportedConfigurations*
object
boxPackingMethods
array of strings

The box content information sources that are allowed.

Show Details
BOX_CONTENT_PROVIDEDBox contents have been provided by the seller.
MANUAL_PROCESSBox contents will be manually processed during receive. This service incurs charges.
BARCODE_2DBox contents information is provided by a barcode on the shipment. For more information, refer to [Using 2D barcodes for box content information](https://sellercentral.amazon.com/help/hub/reference/GJWALJCN6JKWJX5A) on Seller Central.
boxPackingMethods
boxRequirements
object

The requirements for a box in the packing option.

shippingRequirements
array of objects

A list of supported shipping requirements for this packing configuration.

shippingRequirements
object
modes
array of strings
required

Available shipment modes for this shipping program.

modes*
string
required
length between 1 and 1024

Shipping program for the option. Can be: AMAZON_PARTNERED_CARRIER, USE_YOUR_OWN_CARRIER.

supportedShippingConfigurations
array of objects
required

This field is deprecated. Use the shippingRequirements property under supportedConfigurations instead. List of supported shipping modes.

supportedShippingConfigurations*
object
string
length between 1 and 1024

Mode of shipment transportation that this option will provide.

Possible values: GROUND_SMALL_PARCEL, FREIGHT_LTL, FREIGHT_FTL_PALLET, FREIGHT_FTL_NONPALLET, OCEAN_LCL, OCEAN_FCL, AIR_SMALL_PARCEL, AIR_SMALL_PARCEL_EXPRESS.

string
length between 1 and 1024

Shipping program for the option. Possible values: AMAZON_PARTNERED_CARRIER, USE_YOUR_OWN_CARRIER.

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