Skip to main content
GET
/
commerce
/
orders
/
orderrouting
/
api
/
v1
/
location
Error
A valid request URL is required to generate request examples
{
  "pageNum": 123,
  "pageSize": 123,
  "paginatedResults": 123,
  "results": [
    {
      "active": true,
      "addressType": "<string>",
      "city": "<string>",
      "countryCode": "<string>",
      "created": "<string>",
      "directShip": true,
      "express": true,
      "fridayHours": "<string>",
      "latitude": 123,
      "locationCode": "<string>",
      "locationID": 123,
      "locationName": "<string>",
      "locationTypes": [
        "<string>"
      ],
      "longitude": 123,
      "mondayHours": "<string>",
      "pickup": true,
      "postalCode": "<string>",
      "requiresManifest": true,
      "saturdayHours": "<string>",
      "stateOrProvince": "<string>",
      "sundayHours": "<string>",
      "tenantID": 123,
      "thursdayHours": "<string>",
      "timezone": "<string>",
      "transferEnabled": true,
      "tuesdayHours": "<string>",
      "updated": "<string>",
      "wednesdayHours": "<string>",
      "wmsEnabled": true
    }
  ],
  "totalResults": 123
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Headers

x-vol-tenant
integer<int32>
required
x-vol-site
integer<int32>
required

Site

Query Parameters

pageNum
integer<int32>
pageSize
integer<int32>

Response

OK

pageNum
integer<int32>
pageSize
integer<int32>
paginatedResults
integer<int32>
results
object[]
totalResults
integer<int64>