HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

getInboundShipmentLabels

Retrieves the box labels for a shipment ID that you specify. This is an asynchronous operation. If the label status is GENERATED, then the label URL is available.

Usage Plan:

Rate (requests per second)Burst
12

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates 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.

Path Params
string
required
length ≥ 1

ID for the shipment.

Query Params
string

Page type for the generated labels. The default is PLAIN_PAPER.

string

The format type of the output file that contains your labels. The default format type is PDF.

Responses

getInboundShipmentLabels.

Response body
object
string

The URL to download shipment labels. The URL is active for 600 seconds from generation.

string
required

The status of your label.

GENERATING GENERATED GENERATION_FAILED NOT_READY

Show Details
GENERATINGLabels are being generated.
GENERATEDLabels are generated.
GENERATION_FAILEDLabel generation failed.
NOT_READYNot yet ready to start label generation.
Headers
object
string

Your rate limit (requests per second) for this operation.

string

Unique request reference identifier.

Language