Get a single customer

GET https://api.ecartapi.com/api/v2/customers/{{id}}

Searches for the selected customer and shows detailed information.

Important information:

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: OK

{"success":true,"customer":{"id":"719011938404","email":"steve.updated@example.com","firstName":"Marcelo","lastName":"Gomez","status":"disabled","note":"Customer is a great guy","phone":null,"currency":"MXN","addresses":[{"id":"767088820324","firstName":"Marcelo","lastName":"Gomez","address1":"Av Vazconcelos 1440","address2":"Col. Palo Blanco","country":{"code":"MX","name":"Mexico"},"state":{"code":"NL","name":"Nuevo León"},"city":"San Pedro Garza García","postalcode":"60000","phone":"018181818181","company":"Envia","references":null,"defaultBilling":null,"defaultShipping":null}],"createdAt":"2018-11-27T12:31:19-05:00","updatedAt":"2019-05-21T14:40:51-04:00"}}