@gradientedge/commercetools-utils
    Preparing search index...

    Interface ProductTailoringKeySetMessagePayload

    Generated after a successful Product Tailoring Set Key update action.

    interface ProductTailoringKeySetMessagePayload {
        key?: string;
        oldKey?: string;
        product: ProductReference;
        productKey?: string;
        store: StoreKeyReference;
        type: "ProductTailoringKeySet";
    }

    Hierarchy (View Summary)

    Index
    key?: string

    key value of the ProductTailoring after the Set Key update action.

    oldKey?: string

    key value of the ProductTailoring before the Set Key update action.

    Reference to the Product the Product Tailoring belongs to.

    productKey?: string

    User-defined unique identifier of the Product this Product Tailoring belongs to.

    The Store to which the Product Tailoring belongs.

    type: "ProductTailoringKeySet"