INPUT_OBJECT
DeliveryGroupUpdateInput
link GraphQL Schema definition
1 input DeliveryGroupUpdateInput { 2 3 # New shipping cost for the delivery group 4 # Optional field; can be reduced to zero 5 MonetaryValueInput : 6 }
INPUT_OBJECT
1 input DeliveryGroupUpdateInput { 2 3 # New shipping cost for the delivery group 4 # Optional field; can be reduced to zero 5 MonetaryValueInput : 6 }