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

    An MSKU and its related prep details.

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

    Properties

    msku: string

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

    prepCategory: PrepCategory
    prepTypes: PrepType[]

    A list of preparation types associated with a preparation category.