Customer Filter Fields

Use the customer 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
idInternal order ID
groupCustomer Group
emailCustomer’s e-mail
first_nameCustomer First Name
last_nameCustomer Last Name
create_atTime of customer creation
modified_atTime of customer modification
loginCustomer’s login
last_loginDate of last login
birth_dayCustomer’s date of birth
statusCustomer Status
news_letter_subscriptionCustomers subscribed for newsletters
genderCustomer’s Gender (male/female)
websiteLink to use website
faxCustomer’s fax number
companyCustomer’s Company
phoneCustomer’s phone number
address_bookCustomer’s Address Book

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.