Generated after a successful Product Tailoring Publish update action.

interface ProductTailoringPublishedMessagePayload {
    product: ProductReference;
    productKey?: string;
    store: StoreKeyReference;
    type: "ProductTailoringPublished";
}

Properties

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: "ProductTailoringPublished"