--- title: SellingPlanCheckoutChargeValue - GraphQL Admin description: The portion of the price to be charged at checkout. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/unions/SellingPlanCheckoutChargeValue md: >- https://shopify.dev/docs/api/admin-graphql/unstable/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/unstable/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 ```