INPUT_OBJECT

orderItemDescInput

Description of the addOrderItem input body.

link GraphQL Schema definition

1input orderItemDescInput {
4
2# order extended attribute
3orderExtendAttribute: [ComIbmCommerceRestOrderHandlerCartHandlerAddOrderItemBodyDescriptionOrderExtendAttributeBodyDescriptionInput]
7
5# The order ID
6orderId: String
10
8# list of order items
9orderItem: [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.
13xCalculateOrder: String
17
15# The identifier for the type of calculation to be performed on the order.
16xCalculationUsage: String
20
18# Specifies whether inventory status should be validated for adding to cart.
19xInventoryValidation: String
21}

link Required by