Product Filter Fields

Use the product 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
idProduct ID
u_brandBrand name of product
u_modelProduct Model
u_skuProduct SKU
u_upcUniversal Product Code
create_atTime of product creation
modified_atTime of product modification
nameProduct Name
short_descriptionProduct short description
descriptionProduct full description
urlProduct URL
seo_urlProduct SEO URL
meta_titleProduct meta title
meta_keywordsProduct related keywords
meta_descriptionProduct meta description
avail_saleProduct available for sale
avail_viewProducts available for view
view_countCount of products viewes
ordered_countCount of products ordered
weightProduct Weight
quantityProduct Quantity
priceProducts Price
wholesale_pricePrice of products sold in large quantities(wholesale)
special_priceSpecial price of product
tier_pricePrice with discount based on the ordered product quantity
category_idsProducts category IDs
categoriesProducts Categories
imagesProducts Images
product_optionsProducts Options
product_variantsProducts Variants

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.