Retrieve a list of all promotion codes
A promotion code is a redeemable code that points to a coupon. You can create multiple codes for a single coupon with different restrictions.Documentation Index
Fetch the complete documentation index at: https://docs.partnero.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 15 | Number of results per page (1-250) |
page | integer | 1 | Page number for pagination |
| Field | Type | Description |
|---|---|---|
data[].code | string | The promotion code |
data[].first_time_order | boolean | Valid only for first-time orders |
data[].limit_to_specific_partner | boolean | Restricted to specific partner |
data[].limit_to_specific_customer | boolean | Restricted to specific customer |
data[].minimum_order_status | boolean | Minimum order required |
data[].minimum_order_value | number | Minimum order amount |
data[].expiration_date_status | boolean | Has expiration date |
data[].expiration_date_value | date | Expiration date |
data[].times_redeemed | integer | Total number of redemptions |
data[].additional_info | object | Internal data, including a redemptions log when redemptions are recorded via the API |