Get all Customers
GET {{baseUrl}}/3dCartWebAPI/v1/Customers?limit=<integer>&offset=<integer>&email=<string>&firstname=<string>&lastname=<string>&country=<string>&state=<string>&city=<string>&phone=<string>&countonly=<integer>&lastupdatestart=<string>&lastupdateend=<string>
Get a list of all Customers
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| limit | string | Maximum number of items that can be returned | |
| offset | string | Starting point for the return data | |
| email | string | Email of the Customer | |
| firstname | string | Firstname of the Customer | |
| lastname | string | Lastname of the Customer | |
| country | string | Country name of the Customer | |
| state | string | State of the Customer | |
| city | string | City of the Customer | |
| phone | string | Phone of the Customer | |
| countonly | string | Count the number of rows only | |
| lastupdatestart | string | Start Date that the product was last updated (mm/dd/yyyy hh:mm:ss) | |
| lastupdateend | string | End Date that the product was last updated (mm/dd/yyyy hh:mm:ss) |