[16] get Labels
GET {{baseUrl}}/fba/inbound/v0/shipments/:shipmentId/labels?PageType={{PageType}}&PageSize={{PageSize}}
Returns package/pallet labels for faster and more accurate shipment processing at the Amazon fulfillment center.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
2 | 30 |
The x-amzn-RateLimit-Limit
response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
PageType | string | (Required) The page type to use to print the labels. Submitting a PageType value that is not supported in your marketplace returns an error. | |
LabelType | null | (Required) The type of labels requested. | |
NumberOfPackages | string | The number of packages in the shipment. | |
PackageLabelsToPrint | string | A list of identifiers that specify packages for which you want package labels printed. |
Must match CartonId values previously passed using the FBA Inbound Shipment Carton Information Feed. If not, the operation returns the IncorrectPackageIdentifier error code. |
| NumberOfPallets
| string | | The number of pallets in the shipment. This returns four identical labels for each pallet. |
| PageSize
| string | | The page size for paginating through the total packages' labels. This is a required parameter for Non-Partnered LTL Shipments. Max value:1000. |
| PageStartIndex
| string | | The page start index for paginating through the total packages' labels. This is a required parameter for Non-Partnered LTL Shipments. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
x-amz-access-token | string |
RESPONSES
status: OK
{"payload":{"DownloadURL":"\u003cstring\u003e"},"errors":[{"code":"\u003cstring\u003e","message":"\u003cstring\u003e","details":"\u003cstring\u003e"},{"code":"\u003cstring\u003e","message":"\u003cstring\u003e","details":"\u003cstring\u003e"}]}