--- title: SellingPlanCheckoutChargeValue - Storefront API description: The portion of the price to be charged at checkout. api_version: 2026-04 api_name: storefront type: union api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/latest/unions/SellingPlanCheckoutChargeValue md: >- https://shopify.dev/docs/api/storefront/latest/unions/SellingPlanCheckoutChargeValue.md --- # Selling​Plan​Checkout​Charge​Value union Requires `unauthenticated_read_selling_plans` access scope. The portion of the price to be charged at checkout. ## Fields with this union * [Selling​Plan​Checkout​Charge.value](https://shopify.dev/docs/api/storefront/latest/objects/SellingPlanCheckoutCharge#field-SellingPlanCheckoutCharge.fields.value) OBJECT The initial payment due for the purchase. *** ```graphql union SellingPlanCheckoutChargeValue = MoneyV2 | SellingPlanCheckoutChargePercentageValue ```