---
title: PricingPercentageValue - Storefront API
description: >-
  A percentage discount value applied to cart items or orders. Returned as part
  of the [`PricingValue`](/docs/api/storefront/2026-07/unions/PricingValue)

  union on [discount
  applications](/docs/api/storefront/2026-07/interfaces/DiscountApplication),

  where it represents discounts calculated as a percentage off rather than a

  [fixed amount](/docs/api/storefront/2026-07/objects/MoneyV2).
api_version: 2026-07
source_url:
  html: >-
    https://shopify.dev/docs/api/storefront/latest/objects/PricingPercentageValue
  md: >-
    https://shopify.dev/docs/api/storefront/latest/objects/PricingPercentageValue.md
api_name: storefront
api_type: graphql
type: object
---

# Pricing​Percentage​Value

object

A percentage discount value applied to cart items or orders. Returned as part of the [`PricingValue`](https://shopify.dev/docs/api/storefront/2026-07/unions/PricingValue) union on [discount applications](https://shopify.dev/docs/api/storefront/2026-07/interfaces/DiscountApplication), where it represents discounts calculated as a percentage off rather than a [fixed amount](https://shopify.dev/docs/api/storefront/2026-07/objects/MoneyV2).

## Fields

* percentage

  [Float!](https://shopify.dev/docs/api/storefront/latest/scalars/Float)

  non-null

  The percentage value of the object.

***

## Map

### Possible type in

* [Pricing​Value](https://shopify.dev/docs/api/storefront/latest/unions/PricingValue)
