Item preparation instructions to help with item sourcing decisions.

Export

ASINPrepInstructions

interface ASINPrepInstructions {
    ASIN?: string;
    BarcodeInstruction?: BarcodeInstruction;
    PrepGuidance?: PrepGuidance;
    PrepInstructionList?: PrepInstruction[];
}

Properties

ASIN?: string

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

Memberof

ASINPrepInstructions

BarcodeInstruction?: BarcodeInstruction

Memberof

ASINPrepInstructions

PrepGuidance?: PrepGuidance

Memberof

ASINPrepInstructions

PrepInstructionList?: PrepInstruction[]

A list of preparation instructions to help with item sourcing decisions.

Memberof

ASINPrepInstructions