Got questions? Leave your message here or Schedule a quick call with our manager now

Where can I find the list of all fields, which I can get with my cart when performing product.list, product.info methods?

You can use the parameter force_all (for example, product.list?api_key=<your_api_key>&store_key=<your_store_key>&start=0&count=10&params=force_all.) or use the response_fields parameter, which will contain the result field (for example, order.list?api_key=<your_api_key>&store_key=<your_store_key>&start=0&count=10&response_fields={return_code,return_message,pagination,result}).

For more information go to API2Cart Documentation.

Posted in: General Service Questions