Discounts
Listar Descuentos
Recuperar una lista de todos los descuentos asociados con tu cuenta.
GET
JavaScript
Autorizaciones
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Parámetros de consulta
Page size (default = 10, max = 100).
Rango requerido:
x >= 0Page number (default = 0).
Rango requerido:
x >= 0Filter by discount code (partial match, case-insensitive)
Filter by discount type
Opciones disponibles:
percentage Filter by active status (true = not expired, false = expired)
Filter by product restriction (only discounts that apply to this product)
Respuesta
List of active Discounts
Array of active (non-deleted) discounts for the current page.
Last modified on January 28, 2026
JavaScript