> ## Documentation Index
> Fetch the complete documentation index at: https://globale-enterprise.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# DiscountsList

> The DiscountsList shared object definition, reused across multiple Global-e API endpoints.

<Note>
  `DiscountsList` is a **shared, cross-endpoint object definition**. An individual endpoint uses only the subset its own request or response references — always check that endpoint's reference page for the fields it actually accepts or returns.
</Note>

| Field                   | Type     | Required | Description                                                                                                                                                                                                                                                                                              |
| ----------------------- | -------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `CouponCode`            | String   | —        | Merchant CouponCode used for this discount (applicable to coupon-based discounts only)                                                                                                                                                                                                                   |
| `Description`           | String   | —        | Discount textual description. Length: unlimited.                                                                                                                                                                                                                                                         |
| `DiscountCode`          | String   | —        | Discount code used to identify the discount on the Merchant’s site. This property may be optionally specified in the SendCart API only so that the same value can be posted back when creating the order on the Merchant’s site with the SendOrderToMerchant API.                                        |
| `DiscountType`          | Decimal  | —        | One of the following possible values of DiscountTypeOptions enumeration denoting a type of discount: Cart discount • Shipping discount • Loyalty points discount • Duties discount • Checkout Loyalty points discount • Payment charge                                                                   |
| `Name`                  | String   | Yes      | Discount name. Length: unlimited.                                                                                                                                                                                                                                                                        |
| `OriginalDiscountValue` | Currency | Yes      | Discount value in original Merchant currency including the local VAT, before applying any price modifications. This property always denotes the discount value in the default Merchant’s country, regardless of UseCountryVAT for the end customer’s current country. Max length: 18,4.                  |
| `ProductCartItemId`     | String   | —        | Identifier of the product cart item related to this discount on the Merchant’s site. This property may be optionally specified in the SendCart API only so that the same value can be posted back when creating the order on the Merchant’s site with the SendOrderToMerchant API. Max length: 50 chars. |
