getShipments

Get a list of shipments created for the seller in the status you specify. Shipments can be further filtered based on the fulfillment node or the time of the shipments' last update.

Query Params
string
length ≤ 36

The Amazon channel location identifier for the shipments you want to retrieve.

string

The marketplace ID associated with the location. To find the ID for your marketplace, refer to Marketplace IDs.

string
length ≤ 10

The channel name associated with the location.

string
enum
required

The status of shipment you want to include in the response. To retrieve all new shipments, set this value to ACCEPTED.

date-time

The response includes shipments whose latest update is after the specified time. In ISO 8601 date-time format.

date-time

The response includes shipments whose latest update is before the specified time. In ISO 8601 date-time format.

integer
1 to 100

The maximum number of shipments to include in the response.

string

A token that you use to retrieve the next page of results. The response includes nextToken when there are multiple pages of results. 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.

Responses

Language
Response
Choose an example:
application/json