Zum Hauptinhalt springen
GET
JavaScript

Autorisierungen

Authorization
string
header
erforderlich

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Abfrageparameter

page_size
integer<int32>

Page size (default = 10, max = 100).

Erforderlicher Bereich: x >= 0
page_number
integer<int32>

Page number (default = 0).

Erforderlicher Bereich: x >= 0
code
string

Filter by discount code (partial match, case-insensitive)

discount_type
enum<string>

Filter by discount type

Verfügbare Optionen:
percentage
active
boolean

Filter by active status (true = not expired, false = expired)

product_id
string

Filter by product restriction (only discounts that apply to this product)

Antwort

List of active Discounts

items
object[]
erforderlich

Array of active (non-deleted) discounts for the current page.

Zuletzt geändert am 1. April 2026