Interface ProductTailoringImageAddedMessagePayload

Generated after a successful Add External Image update action or after a successful Upload Product Tailoring image request.

interface ProductTailoringImageAddedMessagePayload {
    image: Image;
    product: ProductReference;
    productKey?: string;
    store: StoreKeyReference;
    type: "ProductTailoringImageAdded";
    variantId: number;
}

Properties

image: Image

Image that was added.

Reference to the tailored Product.

productKey?: string

key of the tailored Product.

The Store to which the Product Tailoring belongs.

type: "ProductTailoringImageAdded"
variantId: number

id of the tailored ProductVariant.