--- title: SellingPlanCheckoutChargeType - GraphQL Admin description: The checkout charge when the full amount isn't charged at checkout. api_version: 2025-10 api_name: admin type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/enums/sellingplancheckoutchargetype md: https://shopify.dev/docs/api/admin-graphql/latest/enums/sellingplancheckoutchargetype.md --- # Selling​Plan​Checkout​Charge​Type enum The checkout charge when the full amount isn't charged at checkout. ## Valid values * PERCENTAGE The checkout charge is a percentage of the product or variant price. * PRICE The checkout charge is a fixed price amount. *** ## Fields * [Selling​Plan​Checkout​Charge.type](https://shopify.dev/docs/api/admin-graphql/latest/objects/SellingPlanCheckoutCharge#field-SellingPlanCheckoutCharge.fields.type) OBJECT The amount charged at checkout when the full amount isn't charged at checkout. * [Selling​Plan​Checkout​Charge​Input.type](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/SellingPlanCheckoutChargeInput#fields-type) INPUT OBJECT The input fields that are required to create or update a checkout charge. *** ## Map ### Fields with this enum * <-|[Selling​Plan​Checkout​Charge.type](https://shopify.dev/docs/api/admin-graphql/latest/objects/SellingPlanCheckoutCharge#field-SellingPlanCheckoutCharge.fields.type) ### Inputs with this enum * [Selling​Plan​Checkout​Charge​Input.type](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/SellingPlanCheckoutChargeInput#fields-type)