Interface ProductTailoringDescriptionSetMessagePayload

Generated after a successful Product Tailoring Set Description update action.

interface ProductTailoringDescriptionSetMessagePayload {
    description?: LocalizedString;
    oldDescription?: LocalizedString;
    product: ProductReference;
    productKey?: string;
    store: StoreKeyReference;
    type: "ProductTailoringDescriptionSet";
}

Properties

description?: LocalizedString

The description of the Product Tailoring after the Set Description update action.

oldDescription?: LocalizedString

The description of the ProductTailoring before the Set Description 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: "ProductTailoringDescriptionSet"