Muestra la data del domicilio del cliente.
Retorna una lista de domicilios que se pueden usar para envios.
Content-Type: application/json Authorization: <integration-token> Host: example.org Cookie:
GET /internal/v1/clients/domiciles/shipping
X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Download-Options: noopen X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Content-Type: application/json; charset=utf-8 ETag: W/"4b35cf4f40a33afe7d587c62c4f49cb0" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: f9a8e59d-41ae-4918-a8e0-33b434a9c2ec X-Runtime: 0.025303 Vary: Origin Content-Length: 819
200 OK
{
"data": [
{
"id": 16,
"city": "Borershire",
"street_address": "698 Vilma Junctions",
"street_number": "353",
"telephone_number": "1-526-351-0165",
"postal_code": "77760",
"state": "pending",
"user_type": "User",
"user_id": 7777,
"floor": null,
"created_at": "2023-04-19T17:15:28.000Z",
"updated_at": "2023-04-19T17:15:28.000Z",
"region": null,
"country": "ARG",
"used_to": "shipping",
"apartment": null,
"alias": "Jaico Publishing House"
},
{
"id": 17,
"city": "North Carltonberg",
"street_address": "832 Ledner Villages",
"street_number": "21302",
"telephone_number": "481.213.1153 x032",
"postal_code": "72760-1132",
"state": "pending",
"user_type": "User",
"user_id": 7777,
"floor": null,
"created_at": "2023-04-19T17:15:29.000Z",
"updated_at": "2023-04-19T17:15:29.000Z",
"region": null,
"country": "ARG",
"used_to": "shipping",
"apartment": null,
"alias": "Carlton Publishing Group"
}
]
}