Get all locations
GET https://api.ecartapi.com/api/v2/locations
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | ||
limit | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"locations":[{"id":"01HB9KF4BXZ9MKKWGY1SG9MH4C","name":"Test1","address1":"Belisario Dominguez","address2":"2470","country":{"code":"MX","name":"México","codeIso2":"MX","codeIso3":"MEX"},"state":{"code":"NLE","name":"Nuevo León","codeIso2":null,"codeIso3":null},"city":"Monterrey","postalCode":"64060","phone":null,"active":null,"dates":{"createdAt":"2023-09-26T23:20:59.291Z","updatedAt":"2023-09-26T23:20:59.291Z"}}]}