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

GetShipmentLabels

Returns small parcel shipment labels based on the filters that you specify.

Usage Plan:

Rate (requests per second)Burst
1010

The x-amzn-RateLimit-Limit response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits.

Query Params
int64
1 to 50

The limit to the number of records returned. Default value is 50 records.

string

Sort the list by shipment label creation date in ascending or descending order.

string

A token that is used to retrieve the next page of results. The response includes nextToken when the number of results exceeds the specified pageSize value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until nextToken is null. Note that this operation can return empty pages.

date-time

Shipment labels created after this time will be included in the result. This field must be in ISO 8601 datetime format.

date-time

Shipment labels created before this time will be included in the result. This field must be in ISO 8601 datetime format.

string

Get Shipment labels by passing buyer reference number.

string

Get Shipment labels by passing vendor shipment identifier.

string

Get Shipping labels based on vendor warehouse code. This value must be same as the sellingParty.partyId in the shipment.

Responses

Response body
object
payload
object

The request schema for the GetShipmentLabels operation.

pagination
object

The pagination elements required to retrieve the remaining data.

transportLabels
array of objects

A list of one or more ShipmentLabels.

transportLabels
object
date-time

Date on which label is created.

shipmentInformation
object

Shipment Information details for Label request.

labelData
array of objects

Indicates the label data,format and type associated .

labelData
object
integer

A sequential number assigned to each label within a shipment.

string

The format of the label.

PDF

string

Unique identification of the carrier.

string

Tracking Id for the transportation.

string

The base-64 encoded string that represents the shipment label.

errors
array of objects

A list of error responses returned when a request is unsuccessful.

errors
object
string
required

An error code that identifies the type of error that occurred.

string
required

A message that describes the error condition.

string

Additional details that can help the caller understand or fix the issue.

Headers
object
string

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

string

Unique request reference identifier.

Language