- Overview
- Authorization Workflow
- Permissions
- Sandbox
- API Models
- Available API Models
- Request Apidog Access
- OPENAPI SPECIFICATION
- Research Docs
- Amazon Warehousing and Distribution
- Authorization
- Catalog Items
- Catalog [Deprecated]
- Definitions
- Easy Ship
- FBAInbound
- listInboundPlansGET
- createInboundPlanPOST
- getInboundPlanGET
- listInboundPlanBoxesGET
- cancelInboundPlanPUT
- listInboundPlanItemsGET
- updateInboundPlanNamePUT
- listPackingGroupBoxesGET
- listPackingGroupItemsGET
- setPackingInformationPOST
- listPackingOptionsGET
- generatePackingOptionsPOST
- confirmPackingOptionPOST
- listInboundPlanPalletsGET
- listPlacementOptionsGET
- generatePlacementOptionsPOST
- confirmPlacementOptionPOST
- getShipmentGET
- listShipmentBoxesGET
- listShipmentContentUpdatePreviewsGET
- generateShipmentContentUpdatePreviewsPOST
- getShipmentContentUpdatePreviewGET
- confirmShipmentContentUpdatePreviewPOST
- getDeliveryChallanDocumentGET
- listDeliveryWindowOptionsGET
- generateDeliveryWindowOptionsPOST
- confirmDeliveryWindowOptionsPOST
- listShipmentItemsGET
- updateShipmentNamePUT
- listShipmentPalletsGET
- cancelSelfShipAppointmentPUT
- getSelfShipAppointmentSlotsGET
- generateSelfShipAppointmentSlotsPOST
- scheduleSelfShipAppointmentPOST
- updateShipmentSourceAddressPUT
- updateShipmentTrackingDetailsPUT
- listTransportationOptionsGET
- generateTransportationOptionsPOST
- confirmTransportationOptionsPOST
- listItemComplianceDetailsGET
- updateItemComplianceDetailsPUT
- createMarketplaceItemLabelsPOST
- listPrepDetailsGET
- setPrepDetailsPOST
- getInboundOperationStatusGET
- getItemEligibilityPreviewGET
- FBAInventory
- FBAOutbound
- Feeds
- Fees
- Finance
- Invoices [Brazil]
- Listings Items
- Merchant Fulfillment
- Orders
- ProductPricing
- Reports
- Sales
- Sellers
- Service
- getServiceJobByServiceJobId
- cancelServiceJobByServiceJobId
- completeServiceJobByServiceJobId
- getServiceJobs
- addAppointmentForServiceJobByServiceJobId
- rescheduleAppointmentForServiceJobByServiceJobId
- assignAppointmentResources
- setAppointmentFulfillmentData
- getRangeSlotCapacity
- getFixedSlotCapacity
- updateSchedule
- createReservation
- updateReservation
- cancelReservation
- getAppointmmentSlotsByJobId
- getAppointmentSlots
- createServiceDocumentUploadDestination
- ShipmentInvoice[Brazil]
- Shipping
- getRates
- createShipment
- directPurchaseShipment
- getShipment
- purchaseShipment
- cancelShipment
- oneClickShipment
- purchaseLabels
- getTracking
- retrieveShippingLabel
- getShipmentDocuments
- purchaseShipment
- cancelShipment
- getRates
- getAdditionalInputs
- getAccount
- getCarrierAccountFormInputs
- getTrackingInformation
- getCarrierAccounts
- linkCarrierAccount
- unlinkCarrierAccount
- generateCollectionForm
- getCollectionFormHistory
- getUnmanifestedShipments
- getCollectionForm
- getAccessPoints
- Supply Sources
- Tokens
- Uploads
- Notifications
getShipmentContentUpdatePreview
GET
/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews/{contentUpdatePreviewId}
Fulfillment Inbound
Last modified:2024-12-05 08:51:44
Maintainer:Not configured
Rate (requests per second) | Burst |
---|---|
2 | 30 |
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.Request
Path Params
inboundPlanId
string
required
>= 38 characters<= 38 characters
Match pattern:
^[a-zA-Z0-9-]*$
shipmentId
string
required
>= 38 characters<= 38 characters
Match pattern:
^[a-zA-Z0-9-]*$
contentUpdatePreviewId
string
required
>= 38 characters<= 38 characters
Match pattern:
^[a-zA-Z0-9-]*$
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://sandbox.sellingpartnerapi-na.amazon.com/inbound/fba/2024-03-20/inboundPlans//shipments//contentUpdatePreviews/'
Responses
🟢200OK
application/json
Headers
x-amzn-RequestId
string
optional
x-amzn-RateLimit-Limit
string
optional
Body
Preview of the changes that will be applied to the shipment.
contentUpdatePreviewId
string
required
>= 38 characters<= 38 characters
Match pattern:
^[a-zA-Z0-9-]*$
expiration
string <date-time>
required
yyyy-MM-ddTHH:mm:ss.sssZ
.requestedUpdates
object (RequestedUpdates)
required
boxes
array[object (BoxUpdateInput) {6}]
optional
items
array[object (ItemInput) {6}]
optional
transportationOption
object (TransportationOption)
required
Example:
{"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"}
carrier
object (Carrier)
required
carrierAppointment
object (CarrierAppointment)
optional
preconditions
array[string]
required
quote
object (Quote)
optional
shipmentId
string
required
>= 38 characters<= 38 characters
Match pattern:
^[a-zA-Z0-9-]*$
shippingMode
string
required
GROUND_SMALL_PARCEL
, FREIGHT_LTL
, FREIGHT_FTL_PALLET
, FREIGHT_FTL_NONPALLET
, OCEAN_LCL
, OCEAN_FCL
, AIR_SMALL_PARCEL
, AIR_SMALL_PARCEL_EXPRESS
.>= 1 characters<= 1024 characters
shippingSolution
string
required
AMAZON_PARTNERED_CARRIER
, USE_YOUR_OWN_CARRIER
.>= 1 characters<= 1024 characters
transportationOptionId
string
required
>= 38 characters<= 38 characters
Match pattern:
^[a-zA-Z0-9-]*$
Example
{
"contentUpdatePreviewId": "stringstringstringstringstringstringst",
"expiration": "2019-08-24T14:15:22Z",
"requestedUpdates": {
"boxes": [
{
"contentInformationSource": "BOX_CONTENT_PROVIDED",
"dimensions": {
"height": {
"unit": "string",
"value": 0
},
"length": {
"unit": "string",
"value": 0
},
"weight": {
"unit": "string",
"value": 0
},
"width": {
"unit": "string",
"value": 0
}
},
"items": [
{
"expiration": "2024-01-01",
"labelOwner": "AMAZON",
"manufacturingLotCode": "manufacturingLotCode",
"msku": "Sunglasses",
"prepOwner": "AMAZON",
"quantity": 10
}
],
"packageId": "stringstringstringstringstringstringst",
"quantity": 1,
"weight": {
"value": 11,
"unit": "Grams"
}
}
],
"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"
}
}
🟠400Bad Request
🟠403Forbidden
🟠404Record Not Found
🟠413413
🟠415415
🟠429429
🔴500Server Error
🔴503Service Unavailable
Modified at 2024-12-05 08:51:44