INPUT_OBJECT
ComIbmCommerceRestOrderHandlerCartHandlerAddOrderItemBodyDescriptionOrderItemBodyDescriptionInput
Description of orderItem.
link GraphQL Schema definition
1 input ComIbmCommerceRestOrderHandlerCartHandlerAddOrderItemBodyDescriptionOrderItemBodyDescriptionInput { 4 2 # The order item comment. 3 : String 7 5 # The contract ID of the contract on which the order item addition is based. 6 : String 10 8 # The fulfillment center ID where the order item should be fulfilled. 9 : String 13 11 # The name of the fulfillment center where the order item should be fulfilled. 12 : String 16 14 # Item attributes. 15 : [ComIbmCommerceRestOrderHandlerCartHandlerAddOrderItemBodyDescriptionOrderItemBodyDescriptionItemAttributesBodyDescriptionInput] 19 17 # Order item extended attribute. 18 : [ComIbmCommerceRestOrderHandlerCartHandlerAddOrderItemBodyDescriptionOrderItemBodyDescriptionOrderItemExtendAttributeBodyDescriptionInput] 22 20 # The reference number that identifies the external part number of the catalog. 21 : String 25 23 # Product ID. 24 : String! 28 26 # Quantity. 27 : String! 31 29 # Shipping mode identifier. 30 : String 34 32 # The unit of measure of the order item. 33 : String 35 }