Retrieve a list of all discounts associated with your account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Page size (default = 10, max = 100).
x >= 0Page number (default = 0).
x >= 0Filter by discount code (partial match, case-insensitive)
Filter by discount type (percentage)
percentage Filter by active status (true = not expired, false = expired)
Filter by product restriction (only discounts that apply to this product)
List of active Discounts
Array of active (non-deleted) discounts for the current page.