Information pertaining to the preparation of inbound products.

PrepInstruction

interface PrepInstruction {
    prepOwner?: PrepOwner;
    prepType?: string;
}

Properties

prepOwner?: PrepOwner

PrepInstruction

prepType?: string

The type of preparation to be done. For more information about preparing items, refer to Prep guidance on Seller Central.

PrepInstruction