Interface AmazonWarehousingAndDistributionModelPrepDetails

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 AmazonWarehousingAndDistributionModelPrepDetails {
    labelOwner?:
        | "AMAZON"
        | "SELF"
        | AmazonWarehousingAndDistributionModelLabelOwner;
    prepCategory?: string;
    prepInstructions?: AmazonWarehousingAndDistributionModelPrepInstruction[];
    prepOwner?: | "AMAZON"
    | "SELF"
    | AmazonWarehousingAndDistributionModelPrepOwner;
}

Properties

labelOwner?: "AMAZON" | "SELF" | AmazonWarehousingAndDistributionModelLabelOwner

PrepDetails

prepCategory?: string

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

PrepDetails

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

PrepDetails

prepOwner?: "AMAZON" | "SELF" | AmazonWarehousingAndDistributionModelPrepOwner

PrepDetails

MMNEPVFCICPMFPCPTTAAATR