INPUT_OBJECT

updateOrderItemBodyDescriptionInput

Description of the updateOrderItem input body.

link GraphQL Schema definition

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

link Required by