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

createContainerLabel

Creates a container (pallet) label for the associated shipment package.

Usage Plan:

Rate (requests per second)Burst
1010

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 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.

Body Params

Request body containing the container label data.

sellingParty
object
required

The name, address, and tax details of a party.

shipFromParty
object
required

The name, address, and tax details of a party.

string
required

The unique carrier code for the carrier for whom container labels are requested.

Show Details
SWAShip with Amazon Carrier.
string
required

The unique, vendor-provided identifier for the container.

packages
array of objects
required

An array of package objects in a container.

packages*
Responses

Response body
object
containerLabel
object
required

The details of the container label.

string

The container (pallet) tracking identifier from the shipping carrier.

string
required

The container label content encoded into a Base64 string.

string
required

The format of the container label.

PNG ZPL

Show Details
PNGPortable Network Graphics (png) format.
ZPLZebra Programming Language (zpl) format.
Headers
object
string

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

string

Unique request reference identifier.

Language