--- 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: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/objects/pricingpercentagevalue md: https://shopify.dev/docs/api/admin-graphql/unstable/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/unstable/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/unstable/unions/PricingValue)