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

    Interface ProductTailoringNameSetMessagePayload

    Generated after a successful Product Tailoring Set Name update action.

    interface ProductTailoringNameSetMessagePayload {
        name?: LocalizedString;
        oldName?: LocalizedString;
        product: ProductReference;
        productKey?: string;
        store: StoreKeyReference;
        type: "ProductTailoringNameSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    The name of the Product Tailoring after the Set Name update action.

    oldName?: LocalizedString

    The name of the ProductTailoring before the Set Name 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: "ProductTailoringNameSet"