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

listInboundShipments

Retrieves a summary of all the inbound AWD shipments associated with a merchant, with the ability to apply optional filters.

Usage Plan:

Rate (requests per second)Burst
11

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, refer to Usage Plans and Rate Limits in the Selling Partner API.

Query Params
string

Field to sort results by. By default, the response will be sorted by UPDATED_AT.

string

Sort the response in ASCENDING or DESCENDING order. By default, the response will be sorted in DESCENDING order.

string

Filter by inbound shipment status.

date-time

List the inbound shipments that were updated after a certain time (inclusive). The date must be in ISO 8601 format.

date-time

List the inbound shipments that were updated before a certain time (inclusive). The date must be in ISO 8601 format.

int32
1 to 200
Defaults to 25

Maximum number of results to return.

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

Responses

listInboundShipments.

Response body
object
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 maxResults 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.

shipments
array of objects

List of inbound shipment summaries.

shipments
object
date-time

Timestamp when the shipment was created.

string

Optional client-provided reference ID that can be used to correlate this shipment with client resources. For example, to map this shipment to an internal bookkeeping order record.

string
required
length ≥ 1

The AWD inbound order ID that this inbound shipment belongs to.

string
required
length ≥ 1

A unique shipment ID.

string
required

Possible shipment statuses used by shipments.

CREATED SHIPPED IN_TRANSIT RECEIVING DELIVERED CLOSED CANCELLED

Show Details
CREATEDShipment is created but has not yet shipped.
SHIPPEDShipment was picked up by the carrier or was dropped off with the carrier.
IN_TRANSITThe carrier has notified AWD that the shipment is in transit between origin and destination node.
RECEIVINGThe shipment has been partially received.
DELIVEREDThe shipment has reached the destination node and has been delivered to the facility yard. The shipment receive process at the warehouse will start soon.
CLOSEDNo more actions required on the shipment. This is a final state.
CANCELLEDShipment has been cancelled. This is a final state.
date-time

Timestamp when the shipment was updated.

Headers
object
string

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

string

Unique request reference identifier.

Language