# PricingPercentageValue - admin - OBJECT
Version: 2025-01

## 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.

### Access Scopes



## Fields
* [percentage](/docs/api/admin/2025-01/scalars/Float): Float! - The percentage value of the object. This is a number between -100 (free) and 0 (no discount).

## Connections



## Related queries

## Related mutations

## Related Unions
* [PricingValue](/docs/api/admin/2025-01/unions/PricingValue) The type of value given to a customer when a discount is applied to an order. For example, the application of the discount might give the customer a percentage off a specified item. Alternatively, the application of the discount might give the customer a monetary value in a given currency off an order.

## Examples