INPUT_OBJECT
shippingInfoDescInput
Order update shipping information.
link GraphQL Schema definition
1 input shippingInfoDescInput { 4 2 # Address identifier. 3 String : 7 5 # A list of order items. 6 ComIbmCommerceRestOrderHandlerShippingInfoHandlerUpdateShippingInfoBodyDescriptionOrderItemBodyDescriptionInput]! : [ 10 8 # Option to ship the order as complete. Valid values include "true" and "false". 9 String! : 13 11 # Shipping mode identifier. 12 String! : 16 14 # Calculation usage codes. 15 String! : 17 }