Selling Partner API SDK for JavaScript
    Preparing search index...

    Request parameters for listInventory operation in AmazonWarehousingAndDistributionApi.

    interface AmazonWarehousingAndDistributionApiListInventoryRequest {
        details?: ListInventoryDetailsEnum;
        maxResults?: number;
        nextToken?: string;
        sku?: string;
        sortOrder?: ListInventorySortOrderEnum;
    }
    Index

    Properties

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

    maxResults?: number

    Maximum number of results to return.

    nextToken?: 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.

    sku?: string

    Filter by seller or merchant SKU for the item.

    Sort the response in `ASCENDING` or `DESCENDING` order.