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?: PrepCategory;
    prepInstructions?: PrepInstruction[];
    prepOwner?: PrepOwner;
}

Properties

labelOwner?: LabelOwner

PrepDetails

prepCategory?: PrepCategory

PrepDetails

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.

PrepDetails

prepOwner?: PrepOwner

PrepDetails

MMNEPVFCICPMFPCPTTAAATR