Interface ProductTailoringImagesSetMessagePayload

Generated after a successful Set Images update action.

interface ProductTailoringImagesSetMessagePayload {
    images?: Image[];
    oldImages?: Image[];
    product: ProductReference;
    productKey?: string;
    store: StoreKeyReference;
    type: "ProductTailoringImagesSet";
    variantId: number;
}

Properties

images?: Image[]

Images on the tailored Product Variant after the Set Images update action.

oldImages?: Image[]

Images on the tailored Product Variant before the Set Images update action.

Reference to the Product the Product Tailoring belongs to.

productKey?: string

key of the tailored Product.

The Store to which the Product Tailoring belongs.

type: "ProductTailoringImagesSet"
variantId: number

id of the tailored Product Variant.