Request parameters for listInventory operation in AwdApi.

AwdApiListInventoryRequest

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

Properties

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

AwdApiListInventory

maxResults?: number

Maximum number of results to return.

AwdApiListInventory

nextToken?: string

Token to retrieve the next set of paginated results.

AwdApiListInventory

sku?: string

Filter by seller or merchant SKU for the item.

AwdApiListInventory

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

AwdApiListInventory