Get Account Cart List
GET {{baseUrl}}/account.cart.list.json?params=<string>&exclude=<string>&request_from_date=<string>&request_to_date=<string>&store_url=<string>&store_key=<string>
Get list of carts.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
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 | |
request_from_date | string | Retrieve entities from their creation date | |
request_to_date | string | Retrieve entities to their creation date | |
store_url | string | A web address of a store that you would like to connect to API2Cart | |
store_key | string | Set this parameter if bridge is already uploaded to store |