selling_ plan_ price_ adjustment
Information about how a selling plan changes the price of a variant for a given period of time.
To learn about how to support selling plans in your theme, refer to Purchase options.
Properties
The value of the price adjustment as a decimal.
How this value is interpreted depends on the value type of the price adjustment. The following table outlines what the value represents for each value type:
Value type Value The amount that the original price is being adjusted by, in the currency's subunit. percentage
The percent amount that the original price is being adjusted by. price
The adjusted amount in the currency's subunit. For currencies without subunits, such as JPY and KRW, tenths and hundredths of a unit are appended. For example, 1000 Japanese yen is output as 100000.
TipUse money filters to output a formatted price.
{
"order_count": null,
"position": 1,
"value": 10,
"value_type": "percentage"
}
{
"order_count": null,
"position": 1,
"value": 10,
"value_type": "percentage"
}
Was this section helpful?