Change triggered automatically when an InventoryEntry associated with a Product changes.

interface SetVariantAvailabilityChange {
    catalogData: string;
    change: string;
    nextValue: ProductVariantAvailability;
    previousValue: ProductVariantAvailability;
    type: "SetVariantAvailabilityChange";
    variant: string;
}

Properties

catalogData: string
change: string

Value after the change.

Value before the change.

type: "SetVariantAvailabilityChange"
variant: string

sku or key of the ProductVariant.