INPUT_OBJECT
DirectToConsumerOrderUpdateInput
link GraphQL Schema definition
1 input DirectToConsumerOrderUpdateInput { 2 3 : OrderShippingAddressUpdateInput 4 5 : OrderBillingAddressUpdateInput 6 7 : [OrderLineCreateInput!] 8 9 : OrderDiscountSetInput 10 11 : [OrderLineCancelInput!] 12 13 # Will show up in order history 14 : String 15 16 # Available only for orders with status CONFIRMED and without delivery groups 17 : MonetaryValueInput 18 19 : Boolean 20 21 : Boolean 22 23 : String 24 25 # Exactly one input field should be provided 26 : CustomerInput 27 28 : CustomerInfoInput 29 30 # Assign an external ID to reference this object by it later 31 : String 32 33 : String 34 35 : String 36 }