Skip to main content
Anchor to SellingPlanBillingPolicy

SellingPlanBillingPolicy

union

Requires read_products access scope.

Represents the billing frequency associated to the selling plan (for example, bill every week, or bill every three months). The selling plan billing policy and associated records (selling plan groups, selling plans, pricing policies, 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

The fixed selling plan billing policy defines how much of the price of the product will be billed to customer at checkout. If there is an outstanding balance, it determines when it will be paid.

SellingPlanCheckoutCharge!
non-null

The checkout charge when the full amount isn't charged at checkout.

Anchor to remainingBalanceChargeExactTimeremainingBalanceChargeExactTime
DateTime

The exact time when to capture the full payment.

Anchor to remainingBalanceChargeTimeAfterCheckoutremainingBalanceChargeTimeAfterCheckout
String

The period after remaining_balance_charge_trigger, before capturing the full payment. Expressed as an ISO8601 duration.

Anchor to remainingBalanceChargeTriggerremainingBalanceChargeTrigger
SellingPlanRemainingBalanceChargeTrigger!
non-null

When to capture payment for amount due.

OBJECT

Represents a recurring selling plan billing policy.

[SellingPlanAnchor!]!
non-null

Specific anchor dates upon which the billing interval calculations should be made.

DateTime!
non-null

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

SellingPlanInterval!
non-null

The billing frequency, it can be either: day, week, month or year.

Int!
non-null

The number of intervals between billings.

Int

Maximum number of billing iterations.

Int

Minimum number of billing iterations.


Was this section helpful?

Anchor to Fields with this unionFields with this union

OBJECT

How a product can be sold and purchased through recurring billing or deferred purchase options. Defines the specific terms for subscriptions, pre-orders, or try-before-you-buy offers, including when to bill customers, when to fulfill orders, and what pricing adjustments to apply.

Each selling plan has billing, delivery, and pricing policies that control the purchase experience. The plan's options and category help merchants organize and report on different selling strategies. Plans are grouped within a SellingPlanGroup that associates them with Product and ProductVariant objects.


Caution

Selling plans and associated records are automatically deleted 48 hours after a merchant uninstalls the App that created them. Back up these records if you need to restore them later.


Learn more about selling plans.


Was this section helpful?