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.

Path Params
string
required
length between 38 and 38

Identifier of an inbound plan.

Body Params

The body of the request to setPackingInformation.

packageGroupings
array of objects
required
length ≥ 1

List of packing information for the inbound plan.

packageGroupings*
boxes
array of objects
required
length between 1 and 5000

Box level information being provided.

boxes*
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

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

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
Response
Choose an example:
application/json