# ClickFunnels Discount API

**Canonical:** https://apis.io/apis/clickfunnels/clickfunnels-discount-api/  
**Provider:** ClickFunnels — https://apis.io/providers/clickfunnels/  
**Base URL:** https://{subdomain}.myclickfunnels.com/api/v2  
**Documentation:** https://developers.myclickfunnels.com/reference

ClickFunnels Discount API is one of 102 APIs that [ClickFunnels](https://apis.io/providers/clickfunnels/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Discount. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and rate-limit docs.

> A reusable, workspace-scoped discount the checkout applies on top of a price. A Discount is the right tool for a coupon code, a percentage/amount off, or a time-boxed sale - anything you would otherwise fake with a second "sale" price. It is one reusable object applied on top of the price, so you can start, scope, and expire it without touching the product's prices. A `code`-type discount (the default) needs a unique `code` that buyers redeem at checkout - letters, numbers and hyphens only. `discount_method` decides which amount field is required: `percentage` needs `percent` (0.01-100); `fixed` needs a positive `amount`. `currency` defaults to the workspace currency and `apply_from` defaults to now, so a discount is live immediately unless you schedule it with a future `apply_from` and/or expire it with `apply_until`. By default a discount applies to `all_products`. Set `applies_to` to `specific_products` / `specific_variants` / `specific_collections` and pass the matching `product_ids` / `variant_ids` / `products_collection_ids` array to scope it. Two lock-out rules govern the end of a discount's life. Once it has been redeemed on an order its money-affecting fields are locked (422 on update) while renaming and expiring still work. Once it has actually expired it is frozen completely - every update returns 422 - so rename before you expire, not after. A discount attached to an order cannot be deleted at all; `redemptions_count` does not predict that, since it only counts completed sales.

## Operations (5)

| Method | Path | Summary |
|---|---|---|
| GET | `/workspaces/{workspace_id}/discounts` | List Discounts |
| POST | `/workspaces/{workspace_id}/discounts` | Create Discount |
| GET | `/discounts/{id}` | Fetch Discount |
| PATCH | `/discounts/{id}` | Update Discount |
| DELETE | `/discounts/{id}` | Remove Discount |

## Machine-readable artifacts (7)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/clickfunnels/refs/heads/main/openapi/clickfunnels-discount-api-openapi.yml
- **Documentation** — https://developers.myclickfunnels.com/docs/intro
- **APIReference** — https://developers.myclickfunnels.com/reference
- **GettingStarted** — https://developers.myclickfunnels.com/docs/getting-started
- **DataModel** — https://raw.githubusercontent.com/api-evangelist/clickfunnels/refs/heads/main/data-model/clickfunnels-data-model.yml
- **ErrorCatalog** — https://raw.githubusercontent.com/api-evangelist/clickfunnels/refs/heads/main/errors/clickfunnels-problem-types.yml
- **RateLimits** — https://raw.githubusercontent.com/api-evangelist/clickfunnels/refs/heads/main/rate-limits/clickfunnels-rate-limits.yml

## Other ClickFunnels APIs (12)

- [ClickFunnels Addresses::Country API](https://apis.io/apis/clickfunnels/clickfunnels-addresses-country-api/)
- [ClickFunnels Addresses::Region API](https://apis.io/apis/clickfunnels/clickfunnels-addresses-region-api/)
- [ClickFunnels Appointments::Scheduled Event API](https://apis.io/apis/clickfunnels/clickfunnels-appointments-scheduledevent-api/)
- [ClickFunnels Blog API](https://apis.io/apis/clickfunnels/clickfunnels-blog-api/)
- [ClickFunnels Blogs::Author API](https://apis.io/apis/clickfunnels/clickfunnels-blogs-author-api/)
- [ClickFunnels Blogs::Category API](https://apis.io/apis/clickfunnels/clickfunnels-blogs-category-api/)
- [ClickFunnels Blogs::Post API](https://apis.io/apis/clickfunnels/clickfunnels-blogs-post-api/)
- [ClickFunnels Blogs::Tag API](https://apis.io/apis/clickfunnels/clickfunnels-blogs-tag-api/)
- [ClickFunnels Communities::Ban API](https://apis.io/apis/clickfunnels/clickfunnels-communities-ban-api/)
- [ClickFunnels Communities::Bans::Export Action API](https://apis.io/apis/clickfunnels/clickfunnels-communities-bans-exportaction-api/)
- [ClickFunnels Communities::Bans::Unban Action API](https://apis.io/apis/clickfunnels/clickfunnels-communities-bans-unbanaction-api/)
- [ClickFunnels Communities::Membership API](https://apis.io/apis/clickfunnels/clickfunnels-communities-membership-api/)

## Tags

Discount

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/clickfunnels/clickfunnels-discount-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/clickfunnels/.
