Category Filter Fields

Use the category filters to get faster responses with exactly the information needed. Below you can find the request example on how to use filters:


https://api.api2cart.com/v1.0/product.list.xml?api_key=<your_api_key>&store_key=<your_store_key>&start=0&count=4&params= <filters that you need separated by commas>


In the params field, you can specify any of the filters listed below. If you need all the fields allowed by the shopping cart in one response, use force_all.


Name filter field Description
idCategory ID
create_atTime of category creation
modified_atTime of category modification
nameCategory Name
short_descriptionCategory short description
descriptionCategory full description
seo_urlCategory SEO URL
meta_titleCategory meta title
meta_keywordsCategory related keywords
meta_descriptionCategory meta description
sort_orderCategory position in the list

System filter params:

Name filter field Description
force_all *Display all fields possible to show

* This filter also includes the fields that were created in the shopping cart backend (admin section) and the specific fields, which are set for this shopping cart by default.