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

    Updated inventory details for an item.

    interface ItemDetails {
        availableQuantity: ItemQuantity;
        buyerProductIdentifier?: string;
        isObsolete?: boolean;
        vendorProductIdentifier?: string;
    }
    Index

    Properties

    availableQuantity: ItemQuantity
    buyerProductIdentifier?: string

    The buyer selected product identification of the item. Either buyerProductIdentifier or vendorProductIdentifier should be submitted.

    isObsolete?: boolean

    When true, the item is permanently unavailable.

    vendorProductIdentifier?: string

    The vendor selected product identification of the item. Either buyerProductIdentifier or vendorProductIdentifier should be submitted.