Get Cart Coupon Count
GET {{baseUrl}}/cart.coupon.count.json?store_id=<string>&date_start_from=<string>&date_start_to=<string>&date_end_from=<string>&date_end_to=<string>&avail=<boolean>
Get cart coupons count.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
store_id | string | Defines store id where the webhook should be assigned | |
date_start_from | string | Filter entity by date_start (greater or equal) | |
date_start_to | string | Filter entity by date_start (less or equal) | |
date_end_from | string | Filter entity by date_end (greater or equal) | |
date_end_to | string | Filter entity by date_end (less or equal) | |
avail | string | Defines category's visibility status |