Domicilio API

Muestra la data del domicilio del cliente.

Domicilios de un cliente para envios

GET /internal/v1/clients/domiciles/shipping

Retorna una lista de domicilios que se pueden usar para envios.

Request

Headers

Content-Type: application/json
Authorization: <integration-token>
Host: example.org
Cookie: 

Route

GET /internal/v1/clients/domiciles/shipping

Response

Headers

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

Status

200 OK

Body

{
  "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"
    }
  ]
}