Export

SubstitutionOption

interface SubstitutionOption {
    ASIN?: string;
    Measurement?: Measurement;
    QuantityOrdered?: number;
    SellerSKU?: string;
    Title?: string;
}

Properties

ASIN?: string

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

Memberof

SubstitutionOption

Measurement?: Measurement

Memberof

SubstitutionOption

QuantityOrdered?: number

The number of items to be picked for this substitution option.

Memberof

SubstitutionOption

SellerSKU?: string

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

Memberof

SubstitutionOption

Title?: string

The title of the item.

Memberof

SubstitutionOption