Selling Partner API SDK for JavaScript
    Preparing search index...

    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.

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

    Properties

    labelOwner?: LabelOwner
    prepCategory?: PrepCategory
    prepInstructions?: PrepInstruction[]

    Contains information about the preparation of the inbound products. The system auto-generates this field with the use of the prepCategory, and if you attempt to pass a value for this field, the system will ignore it.

    prepOwner?: PrepOwner