Skip to main content

ShippingDeliveryTimeInterval

Delivery timeframe expressed as a range of days

type ShippingDeliveryTimeInterval {
min: Int
max: Int
}

Fields

min ● Int

Minimum delivery days

max ● Int

Maximum delivery days

Example

{}