Get a single costumer
GET https://api.ecartapi.com/api/v2/customers/{{id}}
Searches for the selected customer and shows detailed information.
Important information:
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"customer":{"id":"4","email":"useremail@envia.com","firstName":"Alex","lastName":"de la Cruz","status":null,"note":"customer","phone":null,"currency":null,"addresses":[{"id":null,"firstName":"Alex","lastName":"de la Cruz","address1":"763 Cardinal Lane ","address2":"Murrells Inlet","country":{"code":null,"name":null},"state":{"code":null,"name":null},"city":"Louisville","postalcode":"40202","phone":"555-625-1199","company":"envia.com","references":null,"defaultBilling":true,"defaultShipping":false},{"id":null,"firstName":"Alex","lastName":"de la Cruz","address1":"763 Cardinal Lane ","address2":"Murrells Inlet","country":{"code":null,"name":null},"state":{"code":null,"name":null},"city":"Louisville","postalcode":"40202","phone":null,"company":"envia.com","references":null,"defaultBilling":false,"defaultShipping":true}],"createdAt":"2019-05-09T19:40:55","updatedAt":"2019-05-21T19:16:51"}}