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 # Exactly one input field should be provided 18 MarketInput!] : [ 19 20 # Specify if you want a pre-order delivery window, having a fixed date range for sales and for delivery 21 PreorderDeliveryWindowInput : 22 23 # Specify if you want an at-once delivery window, where stock is available now or withing N days 24 AtOnceDeliveryWindowInput : 25 26 # Assign an external ID to reference this object by it later 27 String : 28 29 # Assign group to delivery window 30 # 31 # Exactly one input field should be provided 32 DeliveryWindowGroupInput : 33 }