Additional information related to the product.

ProductContext

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

Properties

asin?: string

Amazon Standard Identification Number (ASIN) of the item.

ProductContext

fulfillmentNetwork?: string

Fulfillment network of the item.

ProductContext

quantityShipped?: number

Quantity of the item shipped.

ProductContext

sku?: string

Stock keeping unit (SKU) of the item.

ProductContext

MMNEPVFCICPMFPCPTTAAATR