Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    An item in the list of inventory to be added.

    interface InventoryItem {
        marketplaceId: string;
        quantity: number;
        sellerSku: string;
    }
    Index
    marketplaceId: string

    The marketplaceId.

    quantity: number

    The quantity of item to add.

    sellerSku: string

    The seller SKU of the item.