Interface ProductRemovePriceAction
interface ProductRemovePriceAction { action: "removePrice"; priceId: string; staged?: boolean; } Properties
Readonly
action
action: "removePrice"
Readonly
priceId
priceId: string
Optional
Readonly
staged
staged?: boolean
The
id
of the Embedded Price to remove.