Get Customer Count
GET {{baseUrl}}/customer.count.json?group_id=<string>&created_from=<string>&created_to=<string>&modified_from=<string>&modified_to=<string>&store_id=<string>&customer_list_id=<string>
Get number of customers from store.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
group_id | string | Customer group_id | |
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 | |
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. |