--- title: SellingPlanAllocation - Storefront API description: >- 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. api_version: 2026-01 api_name: storefront type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/latest/objects/SellingPlanAllocation' md: >- https://shopify.dev/docs/api/storefront/latest/objects/SellingPlanAllocation.md --- # Selling​Plan​Allocation 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. ## Fields * checkoutChargeAmount * priceAdjustments * remainingBalanceChargeAmount * sellingPlan *** ## Map ### Fields and connections with this object * [BaseCartLine.sellingPlanAllocation](https://shopify.dev/docs/api/storefront/latest/interfaces/BaseCartLine#fields-sellingPlanAllocation) * [CartLine.sellingPlanAllocation](https://shopify.dev/docs/api/storefront/latest/objects/CartLine#field-CartLine.fields.sellingPlanAllocation) * [ComponentizableCartLine.sellingPlanAllocation](https://shopify.dev/docs/api/storefront/latest/objects/ComponentizableCartLine#field-ComponentizableCartLine.fields.sellingPlanAllocation) * [ProductVariant.sellingPlanAllocations](https://shopify.dev/docs/api/storefront/latest/objects/ProductVariant#field-ProductVariant.fields.sellingPlanAllocations) * [SellingPlanAllocationConnection.nodes](https://shopify.dev/docs/api/storefront/latest/connections/SellingPlanAllocationConnection#returns-nodes) * [SellingPlanAllocationEdge.node](https://shopify.dev/docs/api/storefront/latest/objects/SellingPlanAllocationEdge#field-SellingPlanAllocationEdge.fields.node)