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