An MSKU and its related prep details.

MskuPrepDetailInput

interface MskuPrepDetailInput {
    msku: string;
    prepCategory: PrepCategory;
    prepTypes: PrepType[];
}

Properties

msku: string

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

MskuPrepDetailInput

prepCategory: PrepCategory

MskuPrepDetailInput

prepTypes: PrepType[]

A list of preparation types associated with a preparation category.

MskuPrepDetailInput