Generated after a successful Set Price Key update action.

interface ProductPriceKeySetMessagePayload {
    key?: string;
    oldKey?: string;
    priceId?: string;
    staged: boolean;
    type: "ProductPriceKeySet";
    variantId: number;
}

Properties

key?: string

key value of the Price after the Set Price Key update action.

oldKey?: string

key value of the Price before the Set Price Key update action.

priceId?: string

Unique identifier of the Price.

staged: boolean

Whether the update was only applied to the staged Product Projection.

type: "ProductPriceKeySet"
variantId: number

Generated using TypeDoc