Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

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.

checkoutCharge
non-null

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

remainingBalanceChargeExactTime

The exact time when to capture the full payment.

remainingBalanceChargeTimeAfterCheckout

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

remainingBalanceChargeTrigger
non-null

When to capture payment for amount due.

OBJECT

Represents a recurring selling plan billing policy.

anchors
non-null

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

createdAt
non-null

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

interval
non-null

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

intervalCount
non-null

The number of intervals between billings.

maxCycles

Maximum number of billing iterations.

minCycles

Minimum number of billing iterations.


Was this section helpful?

Anchor to Fields with this unionFields with this union

OBJECT

A selling plan policy which describes the recurring billing details.


Was this section helpful?