Skip to main content
Anchor to SellingPlanPricingPolicy

SellingPlanPricingPolicy

union

Requires read_products access scope.

Represents the type of pricing associated to the selling plan (for example, a $10 or 20% discount that is set for a limited period or that is fixed for the duration of the subscription). Selling plan pricing policies and associated records (selling plan groups, selling plans, billing policy, and delivery policy) are deleted 48 hours after a merchant uninstalls their subscriptions app. We recommend backing up these records if you need to restore them later.

•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.

•SellingPlanPricingPolicyAdjustmentType!
non-null

The price adjustment type.

•SellingPlanPricingPolicyAdjustmentValue!
non-null

The price adjustment value.

•DateTime!
non-null

The date and time when the fixed selling plan pricing policy was created.

•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.

•SellingPlanPricingPolicyAdjustmentType!
non-null

The price adjustment type.

•SellingPlanPricingPolicyAdjustmentValue!
non-null

The price adjustment value.

•Int

Cycle after which this pricing policy applies.

•DateTime!
non-null

The date and time when the recurring selling plan pricing policy was created.


Was this section helpful?

Anchor to Fields with this unionFields with this union

•OBJECT

Represents how a product can be sold and purchased. Selling plans and associated records (selling plan groups and policies) are deleted 48 hours after a merchant uninstalls their subscriptions app. We recommend backing up these records if you need to restore them later.

For more information on selling plans, refer to Creating and managing selling plans.


Was this section helpful?