Skip to main content
POST
/
commerce
/
admin
/
locations
/
{locationCode}
/
cutofftime
Error
A valid request URL is required to generate request examples
[
  {
    "fulfillmentType": "<string>",
    "timeZone": {
      "id": "<string>",
      "offset": 123,
      "isDaylightSavingsTime": true,
      "ianaCode": "<string>"
    },
    "date": "2023-11-07T05:31:56Z",
    "label": "<string>",
    "startTime": "<string>",
    "endTime": "<string>",
    "isClosed": true,
    "lastUpdated": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

locationCode
string
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json
fulfillmentType
string | null
dates
string<date-time>[] | null

Response

Success

fulfillmentType
string | null
timeZone
object
date
string<date-time>
label
string | null
startTime
string<date-span> | null
endTime
string<date-span> | null
isClosed
boolean | null
lastUpdated
string<date-time> | null