v1

latestOpenAPI 3.0.0Apache License 2.02026-07-263171,5614.1 MB
Fulfillment Inbound v0

getShipments

Returns a list of inbound shipments based on criteria that you specify.

Usage Plan:

Rate (requests per second)Burst
230

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

get/fba/inbound/v0/shipments

Query parameters

ShipmentStatusListstring[]

A list of ShipmentStatus values. Used to select shipments with a current status that matches the status values that you specify.

ShipmentIdListstring[]

A list of shipment IDs used to select the shipments that you want. If both ShipmentStatusList and ShipmentIdList are specified, only shipments that match both parameters are returned.

LastUpdatedAfterstring date-time

A date used for selecting inbound shipments that were last updated after (or at) a specified time. The selection includes updates made by Amazon and by the seller.

LastUpdatedBeforestring date-time

A date used for selecting inbound shipments that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.

QueryType'SHIPMENT' | 'DATE_RANGE' | 'NEXT_TOKEN' required

Indicates whether shipments are returned using shipment information (by providing the ShipmentStatusList or ShipmentIdList parameters), using a date range (by providing the LastUpdatedAfter and LastUpdatedBefore parameters), or by using NextToken to continue returning items specified in a previous request.

NextTokenstring

A string token returned in the response to your previous request.

MarketplaceIdstring required

A marketplace identifier. Specifies the marketplace where the product would be stored.

Response

Success.