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

Export

SKUPrepInstructions

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

Properties

ASIN?: string

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

Memberof

SKUPrepInstructions

AmazonPrepFeesDetailsList?: AmazonPrepFeesDetails[]

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

Memberof

SKUPrepInstructions

BarcodeInstruction?: BarcodeInstruction

Memberof

SKUPrepInstructions

PrepGuidance?: PrepGuidance

Memberof

SKUPrepInstructions

PrepInstructionList?: PrepInstruction[]

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

Memberof

SKUPrepInstructions

SellerSKU?: string

The seller SKU of the item.

Memberof

SKUPrepInstructions