--- title: SellingPlanCheckoutChargeValue - Storefront API description: The portion of the price to be charged at checkout. api_version: 2025-07 api_name: storefront type: union api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/2025-07/unions/SellingPlanCheckoutChargeValue md: >- https://shopify.dev/docs/api/storefront/2025-07/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/2025-07/objects/SellingPlanCheckoutCharge#field-SellingPlanCheckoutCharge.fields.value) OBJECT The initial payment due for the purchase. *** ```graphql union SellingPlanCheckoutChargeValue = MoneyV2 | SellingPlanCheckoutChargePercentageValue ```