An item to be sold.

Export

Item

interface Item {
    asin: string;
    price: MoneyType;
}

Properties

Properties

asin: string

The Amazon Standard Identification Number (ASIN) value used to identify the item.

Memberof

Item

price: MoneyType

Memberof

Item