Interface ProductPriceCustomFieldsRemovedMessagePayload

Generated after removing a Custom Type from a Price using the Set Price Custom Type update action.

interface ProductPriceCustomFieldsRemovedMessagePayload {
    priceId: string;
    staged: boolean;
    type: "ProductPriceCustomFieldsRemoved";
    variantId: number;
}

Properties

priceId: string

Unique identifier of the Price from which the Custom Type was removed.

staged: boolean

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

type: "ProductPriceCustomFieldsRemoved"
variantId: number

Unique identifier of the ProductVariant to which the Price belongs.