INPUT_OBJECT
updateOrderItemBodyDescriptionInput
Description of the updateOrderItem input body.
link GraphQL Schema definition
1 input updateOrderItemBodyDescriptionInput { 4 2 # order extended attribute 3 ComIbmCommerceRestOrderHandlerCartHandlerUpdateOrderItemBodyDescriptionOrderExtendAttributeBodyDescriptionInput] : [ 7 5 # The order ID. 6 String : 10 8 # List of order items. 9 ComIbmCommerceRestOrderHandlerCartHandlerUpdateOrderItemBodyDescriptionOrderItemBodyDescriptionInput]! : [ 14 11 # Specifies whether OrderCalculateCmd is called to calculate the charges for the 12 # order. 0 = do not call OrderCalculateCmd, 1 = call OrderCalculateCmd. 13 String : 17 15 # The identifier for the type of calculation to perform on the order. 16 String : 20 18 # Specifies whether inventory status should be validated for adding to cart. 19 String : 21 }