INPUT_OBJECT
DeliveryWindowCreateInput
link GraphQL Schema definition
1 input DeliveryWindowCreateInput { 2 3 String! : 4 5 Status! : 6 7 Boolean! : 8 9 Boolean! : 10 11 Boolean! : 12 13 ProductVariantDeliveryType! : 14 15 AllocationRuleInput : 16 17 MarketInput!] : [ 18 19 # Specify if you want a pre-order delivery window, having a fixed date range for 20 # sales and for delivery 21 PreorderDeliveryWindowInput : 22 23 # Specify if you want an at-once delivery window, where stock is available now or 24 # withing N days 25 AtOnceDeliveryWindowInput : 26 }