OBJECT
DeliveryWindowVariant
link GraphQL Schema definition
1 type DeliveryWindowVariant { 2 ProductVariantDeliveryType! : 3 4 # Required permission: DeliveryWindow:read 5 # 6 # Store restrictions apply. 7 DeliveryWindow! : 8 9 DeliveryWindowVariantLimit : 10 11 # Required permission: Product:read 12 Product! : 13 14 # Required permission: ProductVariant:read 15 ProductVariant! : 16 17 }