List Operating Calendars
Beta/v1/operations/operating-calendarsThis endpoint is idempotent. Learn more
Lists the operating calendars configured for the account.
Both kinds are returned unless kind narrows it, ordered with each kind's default first.
kindoptional stringenumValues:shipreceiveReturn only shipping or only receiving calendars.
objectstringenumValues:listResource type identifier.
page_infoobjectPagination metadata.
next_page_urlstringnullableRelative URL that fetches the next page of results.
previous_page_urlstringnullableRelative URL that fetches the previous page of results.
has_next_pagebooleanWhether more results exist after this page.
has_prev_pagebooleanWhether results exist before this page.
dataarray of operating_calendarResources in this page.
objectstringenumValues:operating_calendarResource type identifier.
idstringUnique identifier.
codestringShort stable identifier, unique per account.
namestringHuman-readable name.
kindstringenumValues:shipreceiveWhich side of a shipment this calendar describes.
days_of_weekstringOpen weekdays as seven characters of '0' or '1', Monday first. "1111100" is Monday to Friday; "1111000" is a Monday-to-Thursday plant.
cutoff_atstringnullableLocal time freight has to be tendered by, as "15:00". Only a shipping calendar carries one.
timezonestringnullableIANA zone the cutoff is read in. Null on a receiving calendar means it is taken from the ship-to address.
is_defaultbooleanWhether this is the calendar used when nothing more specific is linked. Exactly one per kind.
created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last updated timestamp.
Responses
Successful response for List Operating Calendars