Ready2order Discount API
Discounts are preset price reductions that cashiers can apply at the point of sale. Unlike coupons, they are not financial instruments; they simply reduce the sale price, with VAT calculated on the reduced amount.Every discount belongs to a group via `discountGroup_id`. The group determines how discounts are organised and presented at the POS. You need at least one [discount group](#operation/discountGroupCreateDiscountGroup) before you can create a discount.**Discount unit**`discount_unit` controls how the reduction is calculated:| Unit | Behaviour | `discount_value` ||------|-----------|-----------------|| `percent` | Reduces the price by a percentage | 0–100 || `currency` | Reduces the price by a fixed amount | Any positive number || `custom` | The cashier enters the amount at checkout | Not required |**Visibility and ordering**Set `discount_active` to `false` to hide a discount at the POS without deleting it. `discount_order` controls the position in the list shown to cashiers.
Ready2order Discount API is one of 36 APIs that Ready2order publishes on the 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, and an API reference.
This API exposes 5 operations across 2 paths. It is described by OpenAPI 3.0.0, at version R2-2026.30.2.
Requests are made against a single base URL, https://api.ready2order.com/v1.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 1
Ready2order Discount API declares
1 security scheme
for authenticating requests.
An API key is passed in the header as Authorization (Bearer).
Bearer— Account Token obtained after completing the authorization flow. See First Steps for details.
Paths & Operations 5
Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
Discounts are preset price reductions that cashiers can apply at the point of sale. Unlike coupons, they are not financial instruments; they simply reduce the sale price, with VAT…
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Ready2order 12
Other APIs Ready2order publishes across the network.