Product information on the number of items.

ProductInfoDetail

interface ProductInfoDetail {
    NumberOfItems?: string;
}

Properties

Properties

NumberOfItems?: string

The total number of items that are included in the ASIN.

ProductInfoDetail