Discounts
छूटों की सूची
अपने खाते से संबंधित सभी छूटों की सूची प्राप्त करें।
GET
JavaScript
प्राधिकरण
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 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.
Last modified on January 28, 2026
JavaScript