Discounts
Danh sách Giảm giá
Lấy danh sách tất cả các giảm giá liên kết với tài khoản của bạn.
GET
JavaScript
Ủy quyền
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Tham số truy vấn
Page size (default = 10, max = 100).
Phạm vi bắt buộc:
x >= 0Page number (default = 0).
Phạm vi bắt buộc:
x >= 0Filter by discount code (partial match, case-insensitive)
Filter by discount type
Tùy chọn có sẵn:
percentage Filter by active status (true = not expired, false = expired)
Filter by product restriction (only discounts that apply to this product)
Phản hồi
List of active Discounts
Array of active (non-deleted) discounts for the current page.
Last modified on January 28, 2026
JavaScript