# DiscountPercentage - admin-graphql - OBJECT
Version: 2025-01

## Description
A discount effect that gives customers a percentage off of specified items on their order.

### Access Scopes
Apps must have `read_discounts` access scope.


## Fields
* [percentage](/docs/api/admin-graphql/2025-01/scalars/Float): Float! - The percentage value of the discount.

## Connections



## Related queries

## Related mutations

## Related Unions
* [DiscountCustomerGetsValue](/docs/api/admin-graphql/2025-01/unions/DiscountCustomerGetsValue) The type of the discount value and how it will be applied. For example, it might be a percentage discount on a fixed number of items. Alternatively, it might be a fixed amount evenly distributed across all items or on each individual item. A third example is a percentage discount on all items.
* [DiscountEffect](/docs/api/admin-graphql/2025-01/unions/DiscountEffect) The type of discount that will be applied. Currently, only a percentage discount is supported.

## Examples