setPackingInformation

Sets packing information for an inbound plan. This should be called after an inbound plan is created to populate the box level information required for planning and transportation estimates.

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.

Path Params
string
required
length between 38 and 38
^[a-zA-Z0-9-]*$

Identifier of an inbound plan.

Body Params

The body of the request to setPackingInformation.

The setPackingInformation request.

packageGroupings
array of objects
required
length ≥ 1

List of packing information for the inbound plan.

packageGroupings*

Packing information for the inbound plan.

boxes
array of objects
required
length between 1 and 5000

Box level information being provided.

boxes*

Input information for a given box.

string
enum
required

Indication of how box content is meant to be provided.

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.
Allowed:
dimensions
object
required

Measurement of a package's dimensions.

items
array of objects

The items and their quantity in the box. This must be empty if the box contentInformationSource is BARCODE_2D or MANUAL_PROCESS.

items
integer
required
1 to 10000

The number of containers where all other properties like weight or dimensions are identical.

weight
object
required

The weight of a package.

string
length between 38 and 38
^[a-zA-Z0-9-]*$

The ID of the packingGroup that packages are grouped according to. The PackingGroupId can only be provided before placement confirmation, and it must belong to the confirmed PackingOption. One of ShipmentId or PackingGroupId must be provided with every request.

string
length between 38 and 38
^[a-zA-Z0-9-]*$

The ID of the shipment that packages are grouped according to. The ShipmentId can only be provided after placement confirmation, and the shipment must belong to the confirmed placement option. One of ShipmentId or PackingGroupId must be provided with every request.

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json