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

    Item preparation instructions to help with item sourcing decisions.

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

    Properties

    ASIN?: string

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

    BarcodeInstruction?: BarcodeInstruction
    PrepGuidance?: PrepGuidance
    PrepInstructionList?: PrepInstruction[]

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