Interface ProductSetProductPriceCustomTypeAction

interface ProductSetProductPriceCustomTypeAction {
    action: "setProductPriceCustomType";
    fields?: FieldContainer;
    priceId: string;
    staged?: boolean;
    type?: TypeResourceIdentifier;
}

Properties

action: "setProductPriceCustomType"

Sets the Custom Fields fields for the Embedded Price.

priceId: string

The id of the Embedded Price to update.

staged?: boolean

If true, only the staged Embedded Price is updated. If false, both the current and staged Embedded Price is updated.

Defines the Type that extends the Price with Custom Fields. If absent, any existing Type and Custom Fields are removed from the Embedded Price.

Generated using TypeDoc