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

SKUPrepInstructions

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

Properties

AmazonPrepFeesDetailsList?: AmazonPrepFeesDetails[]

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

SKUPrepInstructions

ASIN?: string

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

SKUPrepInstructions

BarcodeInstruction?: BarcodeInstruction

SKUPrepInstructions

PrepGuidance?: PrepGuidance

SKUPrepInstructions

PrepInstructionList?: PrepInstruction[]

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

SKUPrepInstructions

SellerSKU?: string

The seller SKU of the item.

SKUPrepInstructions