Locations

Locations

get
Responses
200

OK

application/json
get
GET /v1/locations/ HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "id": "text",
    "name": "text",
    "is_billing": true,
    "is_shipping": true,
    "manage_stock": true,
    "address": "text",
    "suburb": "text",
    "state": "text",
    "postcode": "text",
    "country": "text",
    "location": {},
    "opening_hours": {}
  }
]