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

    Additional information related to the product.

    interface ProductContext {
        asin?: string;
        fulfillmentNetwork?: string;
        quantityShipped?: number;
        sku?: string;
    }
    Index

    Properties

    asin?: string

    The Amazon Standard Identification Number (ASIN) of the item.

    fulfillmentNetwork?: string

    The fulfillment network of the item.

    quantityShipped?: number

    The quantity of the item shipped.

    sku?: string

    The Stock Keeping Unit (SKU) of the item.