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

    Interface FbaInventoryApiGetInventorySummariesRequest

    Request parameters for getInventorySummaries operation in FbaInventoryApi.

    interface FbaInventoryApiGetInventorySummariesRequest {
        details?: boolean;
        granularityId: string;
        granularityType: "Marketplace";
        marketplaceIds: string[];
        nextToken?: string;
        sellerSku?: string;
        sellerSkus?: string[];
        startDateTime?: string;
    }
    Index

    Properties

    details?: boolean

    true to return inventory summaries with additional summarized inventory details and quantities. Otherwise, returns inventory summaries only (default value).

    granularityId: string

    The granularity ID for the inventory aggregation level.

    granularityType: "Marketplace"

    The granularity type for the inventory aggregation level.

    marketplaceIds: string[]

    The marketplace ID for the marketplace for which to return inventory summaries.

    nextToken?: string

    String token returned in the response of your previous request. The string token will expire 30 seconds after being created.

    sellerSku?: string

    A single seller SKU used for querying the specified seller SKU inventory summaries.

    sellerSkus?: string[]

    A list of seller SKUs for which to return inventory summaries. You may specify up to 50 SKUs.

    startDateTime?: string

    A start date and time in ISO8601 format. If specified, all inventory summaries that have changed since then are returned. You must specify a date and time that is no earlier than 18 months prior to the date and time when you call the API. Note: Changes in inboundWorkingQuantity, inboundShippedQuantity and inboundReceivingQuantity are not detected.