--- title: PricingPercentageValue - GraphQL Admin description: |- One type of value given to a customer when a discount is applied to an order. The application of a discount with this value gives the customer the specified percentage off a specified item. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/pricingpercentagevalue md: https://shopify.dev/docs/api/admin-graphql/latest/objects/pricingpercentagevalue.md --- # Pricing​Percentage​Value object One type of value given to a customer when a discount is applied to an order. The application of a discount with this value gives the customer the specified percentage off a specified item. ## Fields * percentage [Float!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Float) non-null The percentage value of the object. This is a number between -100 (free) and 0 (no discount). *** ## Map ### Possible type in * [Pricing​Value](https://shopify.dev/docs/api/admin-graphql/latest/unions/PricingValue)