Skip to main content

ShippingLocationOpenHours

Opening hours information for a pickup location

type ShippingLocationOpenHours {
text: String
intervals: [ShippingLocationOpenHoursInterval!]
}

Fields

text ● String

Human-readable description of opening hours (e.g., "Mon-Fri 9-17, Sat 10-14")

intervals ● [ShippingLocationOpenHoursInterval!]

Structured opening hours by weekday

Example

{
"intervals": [
{}
]
}