Coupon
Last updated
Last updated
Retrieves a list of vendor coupons based on the provided filters.
/admin-coupon/admin-coupon-list
The maximum number of coupons to return.
The number of coupons to skip before starting to collect the result set.
A flag to indicate whether to return the count of coupons.
Bearer token for authentication.
Retrieves the complete list of products based on the provided filters.
/product
The number of products to skip before starting to collect the result set.
The maximum number of products to return.
Search keyword for filtering products.
SKU for filtering products.
Status of the products to filter.
Price filter for products.
Bearer token for authentication.
/admin-coupon/add-coupon
Bearer token for authentication.
/admin-coupon/coupon-detail
Bearer token for authentication.
/admin-coupon/update-coupon/{couponId}
Bearer token for authentication.
Deletes the specified coupon by ID
/delete-coupon/{couponId}
ID of the coupon to delete
Bearer token for authentication.