Export

Price

interface Price {
    ASIN?: string;
    Product?: Product;
    SellerSKU?: string;
    status: string;
}

Properties

ASIN?: string

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

Memberof

Price

Product?: Product

Memberof

Price

SellerSKU?: string

The seller stock keeping unit (SKU) of the item.

Memberof

Price

status: string

The status of the operation.

Memberof

Price