Skip to main content
Anchor to SellingPlanPricingPolicyAdjustmentValue

SellingPlanPricingPolicyAdjustmentValue

union

Requires read_products access scope.

Represents a selling plan pricing policy adjustment value type.

•OBJECT

A precise monetary value and its associated currency. For example, 12.99 USD.

•Decimal!
non-null

A monetary value in decimal format, allowing for precise representation of cents or fractional currency. For example, 12.99.

•CurrencyCode!
non-null

The three-letter currency code that represents a world currency used in a store. Currency codes include standard standard ISO 4217 codes, legacy codes, and non-standard codes. For example, USD.

•OBJECT

The percentage value of a selling plan pricing policy percentage type.

•Float!
non-null

The percentage value.


Was this section helpful?

Anchor to Fields with this unionFields with this union

•OBJECT

Represents the pricing policy of a subscription or deferred purchase option selling plan. The selling plan fixed pricing policy works with the billing and delivery policy to determine the final price. Discounts are divided among fulfillments. For example, a subscription with a $10 discount and two deliveries will have a $5 discount applied to each delivery.

•INTERFACE

Represents selling plan pricing policy common fields.

•OBJECT

Represents a recurring selling plan pricing policy. It applies after the fixed pricing policy. By using the afterCycle parameter, you can specify the cycle when the recurring pricing policy comes into effect. Recurring pricing policies are not available for deferred purchase options.


Was this section helpful?