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

    The response to an inventory request.

    interface InventoryResponseBody {
        actionableErrors?: ActionableError[];
        clientSequenceNumber?: number;
        locationId?: string;
        marketplaceAttributes?: MarketplaceAttributes;
        reservedQuantity?: number;
        sellableQuantity?: number;
        skuId?: string;
    }
    Index

    Properties

    actionableErrors?: ActionableError[]

    Inventory operation errors that require seller action before retrying the inventory request.

    clientSequenceNumber?: number

    Latest sequence number for an inventory update.

    locationId?: string

    The location where inventory is updated or retrieved.

    marketplaceAttributes?: MarketplaceAttributes
    reservedQuantity?: number

    The number of items of the specified SKU created in any marketplace that are reserved for shipment and yet to be fulfilled.

    sellableQuantity?: number

    The number of items of the specified SKU that are available for purchase.

    skuId?: string

    The SKU ID for which inventory is updated or retrieved