DeliveryTime
Delivery time information with min/max days, weeks, and years.
Type Definition
type DeliveryTime {
minDays: Int!
minWeeks: Float!
minYears: Float!
maxDays: Int!
maxWeeks: Float!
maxYears: Float!
}Fields
Relationships
DeliveryTime is used by ProductVariant to provide structured delivery time information. This type encapsulates minimum and maximum delivery periods across multiple time units (days, weeks, and years) to give customers precise expectations about product delivery timelines.
Example
{
minDays
minWeeks
minYears
maxDays
maxWeeks
maxYears
}Implements
This type does not implement any interfaces.
Related Types
- Int
- Float