Skip to main content
Anchor to SellingPlanAllocation

SellingPlanAllocation

object

Requires unauthenticated_read_selling_plans access scope.

Represents an association between a variant and a selling plan. Selling plan allocations describe the options offered for each variant, and the price of the variant when purchased with a selling plan.

Anchor to checkoutChargeAmountcheckoutChargeAmount
•MoneyV2!non-null

The checkout charge amount due for the purchase.

•[SellingPlanAllocationPriceAdjustment!]!non-null

A list of price adjustments, with a maximum of two. When there are two, the first price adjustment goes into effect at the time of purchase, while the second one starts after a certain number of orders. A price adjustment represents how a selling plan affects pricing when a variant is purchased with a selling plan. Prices display in the customer's currency if the shop is configured for it.

Anchor to remainingBalanceChargeAmountremainingBalanceChargeAmount
•MoneyV2!non-null

The remaining balance charge amount due for the purchase.

•SellingPlan!non-null

A representation of how products and variants can be sold and purchased. For example, an individual selling plan could be '6 weeks of prepaid granola, delivered weekly'.


Was this section helpful?