Skip to main content
GET
/
commerce
/
orders
/
orderrouting
/
api
/
v1
/
location
/
{locationCode}
Error
A valid request URL is required to generate request examples
{
  "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
}

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

Path Parameters

locationCode
string
required

Response

OK

active
boolean
addressType
string
city
string
countryCode
string
created
string
directShip
boolean
express
boolean
fridayHours
string
latitude
number<double>
locationCode
string
locationID
integer<int32>
locationName
string
locationTypes
string[]
longitude
number<double>
mondayHours
string
pickup
boolean
postalCode
string
requiresManifest
boolean
saturdayHours
string
stateOrProvince
string
sundayHours
string
tenantID
integer<int32>
thursdayHours
string
timezone
string
transferEnabled
boolean
tuesdayHours
string
updated
string
wednesdayHours
string
wmsEnabled
boolean