Selling Partner API SDK for JavaScript
    Preparing search index...

    Result for the get prep instructions operation

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

    Properties

    ASINPrepInstructionsList?: ASINPrepInstructions[]

    A list of item preparation instructions.

    InvalidASINList?: InvalidASIN[]

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

    InvalidSKUList?: InvalidSKU[]

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

    SKUPrepInstructionsList?: SKUPrepInstructions[]

    A list of SKU labeling requirements and item preparation instructions.