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

listInventory

Lists AWD inventory associated with a merchant with the ability to apply optional filters.

Usage Plan:

Rate (requests per second)Burst
22

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

Filter by seller or merchant SKU for the item.

string

Sort the response in ASCENDING or DESCENDING order.

string

Set to SHOW to return summaries with additional inventory details. Defaults to HIDE, which returns only inventory summary totals.

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.

int32
1 to 200
Defaults to 25

Maximum number of results to return.

Responses

listInventory.

Response body
object
inventory
array of objects
required

List of inventory summaries.

inventory*
object
expirationDetails
array of objects

The expiration details of the inventory. This object will only appear if the details parameter in the request is set to SHOW.

expirationDetails
object
date-time

The expiration date of the SKU.

int64

The quantity that is present in AWD.

inventoryDetails
object

Additional inventory details. This object is only displayed if the details parameter in the request is set to SHOW.

string
required

The seller or merchant SKU.

int64

Total quantity that is in-transit from the seller and has not yet been received at an AWD Distribution Center

int64

Total quantity that is present in AWD distribution centers.

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.

Headers
object
string

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

string

Unique request reference identifier.

Language