- 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
listShipmentBoxes
GET
/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/boxes
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-]*$
Query Params
pageSize
integerÂ
optional
>= 1<= 1000
Default:
10
paginationToken
stringÂ
optional
pagination
returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.>= 0 characters<= 1024 characters
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//boxes'
Responses
🟢200OK
application/json
Headers
x-amzn-RequestId
stringÂ
optional
x-amzn-RateLimit-Limit
stringÂ
optional
Body
The `listShipmentBoxes` response.
boxes
array[object (Box) {9}]Â
required
boxId
stringÂ
optional
>= 1 characters<= 1024 characters
contentInformationSource
enum<string>Â
optional
Allowed values:
BOX_CONTENT_PROVIDEDMANUAL_PROCESSBARCODE_2D
destinationRegion
object (Region)Â
optional
dimensions
object (Dimensions)Â
optional
items
array[object (Item) {7}]Â
optional
packageId
stringÂ
required
>= 38 characters<= 38 characters
Match pattern:
^[a-zA-Z0-9-]*$
quantity
integerÂ
optional
>= 1<= 10000
templateName
stringÂ
optional
>= 1 characters<= 1024 characters
weight
object (Weight)Â
optional
pagination
object (Pagination)Â
optional
nextToken
stringÂ
optional
Example
{
"boxes": [
{
"boxId": "string",
"contentInformationSource": "BOX_CONTENT_PROVIDED",
"destinationRegion": {
"countryCode": "string",
"state": "string",
"warehouseId": "string"
},
"dimensions": {
"height": {
"unit": "string",
"value": 0
},
"length": {
"unit": "string",
"value": 0
},
"weight": {
"unit": "string",
"value": 0
},
"width": {
"unit": "string",
"value": 0
}
},
"items": [
{
"sku": "string",
"summaries": [
{
"marketplaceId": "string",
"asin": "string",
"productType": "string",
"conditionType": "new_new",
"status": [
"BUYABLE"
],
"fnSku": "string",
"itemName": "string",
"createdDate": "2019-08-24T14:15:22Z",
"lastUpdatedDate": "2019-08-24T14:15:22Z",
"mainImage": {
"link": "string",
"height": 0,
"width": 0
}
}
],
"attributes": {},
"issues": [
{
"code": "string",
"message": "string",
"severity": "ERROR",
"attributeNames": [
"string"
],
"categories": [
"INVALID_ATTRIBUTE"
],
"enforcements": {
"actions": [
{
"action": "LISTING_SUPPRESSED"
}
],
"exemption": {
"status": "EXEMPT",
"expiryDate": "2023-10-28T00:36:48.914Z"
}
}
}
],
"offers": [
{
"marketplaceId": "string",
"offerType": "B2C",
"price": {
"currencyCode": "string",
"amount": "string"
},
"points": {
"pointsNumber": 0,
"pointsMonetaryValue": {
"currencyCode": "string",
"amount": 0
}
},
"audience": {
"value": "ALL",
"displayName": "string"
}
}
],
"fulfillmentAvailability": [
{
"fulfillmentChannelCode": "string",
"quantity": 0
}
],
"procurement": [
{
"costPrice": {
"currencyCode": "string",
"amount": "string"
}
}
]
}
],
"packageId": "stringstringstringstringstringstringst",
"quantity": 1,
"templateName": "string",
"weight": {
"value": 11,
"unit": "Grams"
}
}
],
"pagination": {
"nextToken": "string"
}
}
🟠400Bad Request
🟠403Forbidden
🟠404Record Not Found
🟠413413
🟠415415
🟠429429
🔴500Server Error
🔴503Service Unavailable