Generated after a successful Remove Product Variant update action.

interface ProductVariantDeletedMessagePayload {
    removedImageUrls: string[];
    type: "ProductVariantDeleted";
    variant?: ProductVariant;
}

Properties

removedImageUrls: string[]

List of image URLs that were removed with the Remove Product Variant update action.

type: "ProductVariantDeleted"
variant?: ProductVariant

Unique identifier of the Product Variant that was added.

Generated using TypeDoc