v1

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

generateShipmentContentUpdatePreviews

Generate a shipment content update preview given a set of intended boxes and/or items for a shipment with a confirmed carrier. The shipment content update preview will be viewable with the updated costs and contents prior to confirmation.

post/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews

Path parameters

inboundPlanIdstring required

Identifier of an inbound plan.

shipmentIdstring required

Identifier of a shipment. A shipment contains the boxes and units being inbounded.

Request body

Example request

{
  "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
        }
      ],
      "packageId": "pk1234abcd-1234-abcd-5678-1234abcd5678",
      "quantity": 2,
      "weight": {
        "unit": "KG",
        "value": 5.5
      }
    }
  ],
  "items": [
    {
      "expiration": "2024-01-01",
      "labelOwner": "AMAZON",
      "manufacturingLotCode": "manufacturingLotCode",
      "msku": "Sunglasses",
      "prepOwner": "AMAZON",
      "quantity": 10
    }
  ]
}

Response

GenerateShipmentContentUpdatePreviews 202 response

operationIdstring required

UUID for the given operation.