Interface FulfillmentInboundApiModelASINPrepInstructions

Item preparation instructions to help with item sourcing decisions.

ASINPrepInstructions

interface FulfillmentInboundApiModelASINPrepInstructions {
    ASIN?: string;
    BarcodeInstruction?:
        | FulfillmentInboundApiModelBarcodeInstruction
        | "RequiresFNSKULabel"
        | "CanUseOriginalBarcode"
        | "MustProvideSellerSKU";
    PrepGuidance?: | FulfillmentInboundApiModelPrepGuidance
    | "ConsultHelpDocuments"
    | "NoAdditionalPrepRequired"
    | "SeePrepInstructionsList";
    PrepInstructionList?: (
        | FulfillmentInboundApiModelPrepInstruction
        | "Polybagging"
        | "BubbleWrapping"
        | "Taping"
        | "BlackShrinkWrapping"
        | "Labeling"
        | "HangGarment"
        | "SetCreation"
        | "Boxing"
        | "RemoveFromHanger"
        | "Debundle"
        | "SuffocationStickering"
        | "CapSealing"
        | "SetStickering"
        | "BlankStickering"
        | "ShipsInProductPackaging"
        | "NoPrep"
    )[];
}

Properties

ASIN?: string

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

ASINPrepInstructions

BarcodeInstruction?:
    | FulfillmentInboundApiModelBarcodeInstruction
    | "RequiresFNSKULabel"
    | "CanUseOriginalBarcode"
    | "MustProvideSellerSKU"

ASINPrepInstructions

PrepGuidance?:
    | FulfillmentInboundApiModelPrepGuidance
    | "ConsultHelpDocuments"
    | "NoAdditionalPrepRequired"
    | "SeePrepInstructionsList"

ASINPrepInstructions

PrepInstructionList?: (
    | FulfillmentInboundApiModelPrepInstruction
    | "Polybagging"
    | "BubbleWrapping"
    | "Taping"
    | "BlackShrinkWrapping"
    | "Labeling"
    | "HangGarment"
    | "SetCreation"
    | "Boxing"
    | "RemoveFromHanger"
    | "Debundle"
    | "SuffocationStickering"
    | "CapSealing"
    | "SetStickering"
    | "BlankStickering"
    | "ShipsInProductPackaging"
    | "NoPrep"
)[]

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

ASINPrepInstructions

MMNEPVFCICPMFPCPTTAAATR