Fulfillment Inbound v2024-03-20
getShipmentContentUpdatePreview
Retrieve a shipment content update preview which provides a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified.
get/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews/{contentUpdatePreviewId}
Path parameters
inboundPlanIdstring required
Identifier of an inbound plan.
shipmentIdstring required
Identifier of a shipment. A shipment contains the boxes and units being inbounded.
contentUpdatePreviewIdstring required
Identifier of a content update preview.
Response
GetShipmentContentUpdatePreview 200 response
Example response
{
"requestedUpdates": {
"boxes": [
{
"items": [
{
"expiration": "2024-01-01",
"labelOwner": "AMAZON",
"manufacturingLotCode": "manufacturingLotCode",
"msku": "Sunglasses",
"prepOwner": "AMAZON",
"quantity": 10
}
]
}
],
"items": [
{
"expiration": "2024-01-01",
"labelOwner": "AMAZON",
"manufacturingLotCode": "manufacturingLotCode",
"msku": "Sunglasses",
"prepOwner": "AMAZON",
"quantity": 10
}
]
},
"transportationOption": {
"carrier": {
"alphaCode": "ABCD",
"name": "Carrier Name"
},
"carrierAppointment": {
"endTime": "2024-01-06T14:48:00.000Z",
"startTime": "2024-01-05T14:48:00.000Z"
},
"preconditions": [
"CONFIRMED_DELIVERY_WINDOW"
],
"quote": {
"cost": {
"amount": 5.5,
"code": "CAD"
},
"expiration": "2024-01-06T14:48:00.000Z",
"voidableUntil": "2024-01-05T14:48:00.000Z"
},
"shipmentId": "sh1234abcd-1234-abcd-5678-1234abcd5678",
"shippingMode": "GROUND_SMALL_PARCEL",
"shippingSolution": "AMAZON_PARTNERED_CARRIER",
"transportationOptionId": "to1234abcd-1234-abcd-5678-1234abcd5678"
}
}