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

    An item in the list of inventory to be added.

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

    Properties

    marketplaceId: string

    The marketplaceId.

    quantity: number

    The quantity of item to add.

    sellerSku: string

    The seller SKU of the item.