Additional information related to the product.

ProductContext

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

Properties

asin?: string

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

ProductContext

fulfillmentNetwork?: string

The fulfillment network of the item.

ProductContext

quantityShipped?: number

The quantity of the item shipped.

ProductContext

sku?: string

The Stock Keeping Unit (SKU) of the item.

ProductContext