Get Customer List
GET {{baseUrl}}/customer.list.json?start=<integer>&count=<integer>&created_from=<string>&created_to=<string>&modified_from=<string>&modified_to=<string>¶ms=<string>&exclude=<string>&group_id=<string>&store_id=<string>&customer_list_id=<string>
Get list of customers from store.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
start | string | This parameter sets the number from which you want to get entities | |
count | string | This parameter sets the entity amount that has to be retrieved. Max allowed count=250 | |
created_from | string | Retrieve entities from their creation date | |
created_to | string | Retrieve entities to their creation date | |
modified_from | string | Retrieve entities from their modification date | |
modified_to | string | Retrieve entities to their modification date | |
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 | |
group_id | string | Customer group_id | |
store_id | string | Defines store id where the webhook should be assigned | |
customer_list_id | string | The numeric ID of the customer list in Demandware. |