--- title: SellingPlanCheckoutChargeValue - GraphQL Admin description: The portion of the price to be charged at checkout. api_version: 2025-10 api_name: admin type: union api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2025-10/unions/SellingPlanCheckoutChargeValue md: >- https://shopify.dev/docs/api/admin-graphql/2025-10/unions/SellingPlanCheckoutChargeValue.md --- # Selling​Plan​Checkout​Charge​Value union Requires `read_products` 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/admin-graphql/2025-10/objects/SellingPlanCheckoutCharge#field-SellingPlanCheckoutCharge.fields.value) OBJECT The amount charged at checkout when the full amount isn't charged at checkout. *** ```graphql union SellingPlanCheckoutChargeValue = MoneyV2 | SellingPlanCheckoutChargePercentageValue ```