Get Cart Coupon List
GET {{baseUrl}}/cart.coupon.list.json?start=<integer>&count=<integer>&coupons_ids=<string>&store_id=<string>&date_start_from=<string>&date_start_to=<string>&date_end_from=<string>&date_end_to=<string>&avail=<boolean>&lang_id=<string>¶ms=<string>&exclude=<string>
Get cart coupon discounts.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
start | string | This parameter sets the number from which you want to get entities | |
count | string | This parameter sets the entity amount that has to be retrieved. Max allowed count=250 | |
coupons_ids | string | Filter coupons by ids | |
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 | |
lang_id | string | Language id | |
params | string | Set this parameter in order to choose which entity fields you want to retrieve | |
exclude | string | Set this parameter in order to choose which entity fields you want to ignore. Works only if parameter params equal force_all |