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

    Labeling requirements and item preparation instructions to help you prepare items for shipment to Amazon's fulfillment network.

    interface SKUPrepInstructions {
        AmazonPrepFeesDetailsList?: AmazonPrepFeesDetails[];
        ASIN?: string;
        BarcodeInstruction?: BarcodeInstruction;
        PrepGuidance?: PrepGuidance;
        PrepInstructionList?: PrepInstruction[];
        SellerSKU?: string;
    }
    Index

    Properties

    AmazonPrepFeesDetailsList?: AmazonPrepFeesDetails[]

    A list of preparation instructions and fees for Amazon to prep goods for shipment.

    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.

    SellerSKU?: string

    The seller SKU of the item.