v1

latestOpenAPI 3.0.0Apache License 2.02026-07-263171,5614.1 MB
Fulfillment Inbound v2024-03-20

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.

post/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingInformation

Path parameters

inboundPlanIdstring required

Identifier of an inbound plan.

Request body

Example request

{
  "packageGroupings": [
    {
      "boxes": [
        {
          "contentInformationSource": "BOX_CONTENT_PROVIDED",
          "dimensions": {
            "height": 5,
            "length": 3,
            "unitOfMeasurement": "CM",
            "width": 4
          },
          "items": [
            {
              "expiration": "2024-01-01",
              "labelOwner": "AMAZON",
              "manufacturingLotCode": "manufacturingLotCode",
              "msku": "Sunglasses",
              "prepOwner": "AMAZON",
              "quantity": 10
            }
          ],
          "quantity": 2,
          "weight": {
            "unit": "KG",
            "value": 5.5
          }
        }
      ],
      "packingGroupId": "pg1234abcd-1234-abcd-5678-1234abcd5678",
      "shipmentId": "sh1234abcd-1234-abcd-5678-1234abcd5678"
    }
  ]
}

Response

SetPackingInformation 202 response

operationIdstring required

UUID for the given operation.