interface ProductTailoringDeletedMessagePayload {
    product: ProductReference;
    productKey?: string;
    store: StoreKeyReference;
    type: "ProductTailoringDeleted";
}

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