An MSKU and its related prep details.

MskuPrepDetail

interface MskuPrepDetail {
    allOwnersConstraint?: "MUST_MATCH";
    labelOwnerConstraint?: OwnerConstraint;
    msku: string;
    prepCategory: PrepCategory;
    prepOwnerConstraint?: OwnerConstraint;
    prepTypes: PrepType[];
}

Properties

allOwnersConstraint?: "MUST_MATCH"

MskuPrepDetail

labelOwnerConstraint?: OwnerConstraint

MskuPrepDetail

msku: string

The merchant SKU, a merchant-supplied identifier for a specific SKU.

MskuPrepDetail

prepCategory: PrepCategory

MskuPrepDetail

prepOwnerConstraint?: OwnerConstraint

MskuPrepDetail

prepTypes: PrepType[]

A list of preparation types associated with a preparation category.

MskuPrepDetail

MMNEPVFCICPMFPCPTTAAATR