The preparation details for a product. This contains the prep category, prep owner, and label owner. Prep instructions are generated based on the specified category.

PrepDetails

interface PrepDetails {
    labelOwner?: LabelOwner;
    prepCategory?: string;
    prepInstructions?: PrepInstruction[];
    prepOwner?: PrepOwner;
}

Properties

labelOwner?: LabelOwner

PrepDetails

prepCategory?: string

The preparation category for shipping an item to Amazon's fulfillment network.

PrepDetails

prepInstructions?: PrepInstruction[]

Information that pertains to the preparation of inbound products. This is generated based on the specified category.

PrepDetails

prepOwner?: PrepOwner

PrepDetails