Result for the get prep instructions operation

Export

GetPrepInstructionsResult

interface GetPrepInstructionsResult {
    ASINPrepInstructionsList?: ASINPrepInstructions[];
    InvalidASINList?: InvalidASIN[];
    InvalidSKUList?: InvalidSKU[];
    SKUPrepInstructionsList?: SKUPrepInstructions[];
}

Properties

ASINPrepInstructionsList?: ASINPrepInstructions[]

A list of item preparation instructions.

Memberof

GetPrepInstructionsResult

InvalidASINList?: InvalidASIN[]

A list of invalid ASIN values and the reasons they are invalid.

Memberof

GetPrepInstructionsResult

InvalidSKUList?: InvalidSKU[]

A list of invalid SKU values and the reason they are invalid.

Memberof

GetPrepInstructionsResult

SKUPrepInstructionsList?: SKUPrepInstructions[]

A list of SKU labeling requirements and item preparation instructions.

Memberof

GetPrepInstructionsResult