Consultando um Cliente

Path Params
customer_id
string
REQUIRED
ID do Cliente
Header Params
Authorization
string
REQUIRED
ApiKey [api_key do seller]

Response
{
    "id": 748,
    "cc_email": null,
    "city": "Belo Horizonte",
    "complement": "casa",
    "cpf_cnpj": "534.184.176-04",
    "created_at": "2019-08-30T10:23:12.899670",
    "email": "joao@globo.com",
    "full_name": "João da Silva",
    "neighborhood": "Caiçara",
    "notes": "",
    "number": "500",
    "phone_number": "31-98703-8487",
    "postal_code": "30520-490",
    "resource_uri": "/api/v1/customers/748/",
    "state": "MG",
    "street": "Rua Antonio Filho",
    "type": "PF",
    "updated_at": "2019-08-30T10:30:24.299613"
}