Coupon
Last updated
Last updated
Retrieves a list of vendor coupons based on the provided filters.
The maximum number of coupons to return.
10
The number of coupons to skip before starting to collect the result set.
0
A flag to indicate whether to return the count of coupons.
0
Bearer token for authentication.
Successfully retrieved the vendor coupon list.
Retrieves the complete list of products based on the provided filters.
The number of products to skip before starting to collect the result set.
0
The maximum number of products to return.
0
Search keyword for filtering products.
SKU for filtering products.
Status of the products to filter.
Price filter for products.
0
Bearer token for authentication.
Successfully retrieved the complete product list.
Bearer token for authentication.
{"status":1,"message":"successfully got Vendor Coupon Detail."}
Successfully got Vendor Coupon Detail.
Deletes the specified coupon by ID
ID of the coupon to delete
Bearer token for authentication.
Successfully deleted the coupon
Bearer token for authentication.
Coupon Created Successfully.
Bearer token for authentication.
{"status":1,"message":"Coupon Updated Successfully."}
Coupon Updated Successfully.