Referencia de API
Listar direcciones del cliente
GET
/v1/customer/addressesAutorización
bearerAuth AutorizaciónBearer <token>
Token de acceso OAuth 2.0 emitido por Ecomiq Auth.
Ubicación: header
Cuerpo de la respuesta
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/customer/addresses"[ { "id": "string", "addressKey": "string", "department": null, "addressNumber": null, "province": null, "district": null, "phone": null, "cellPhone": null, "addressLine": "string", "reference": null, "countryIsoCode": "string", "postalCode": null, "latitude": null, "longitude": null, "hasCoordinates": true, "isDefault": true }]