INPUT_OBJECT

ComIbmCommerceRestOrderHandlerCartHandlerUpdateOrderItemBodyDescriptionOrderItemBodyDescriptionInput

Description of orderItem.

link GraphQL Schema definition

1input ComIbmCommerceRestOrderHandlerCartHandlerUpdateOrderItemBodyDescriptionOrderItemBodyDescriptionInput {
4
2# The contract ID of the contract on which the order item addition is based.
3contractId: String
7
5# Order item extended attribute.
6orderItemExtendAttribute: [ComIbmCommerceRestOrderHandlerCartHandlerUpdateOrderItemBodyDescriptionOrderItemBodyDescriptionOrderItemExtendAttributeBodyDescriptionInput]
10
8# The order item ID.
9orderItemId: String
13
11# The reference number that identifies the external part number of the catalog.
12partNumber: String
16
14# Product ID.
15productId: String!
19
17# Quantity.
18quantity: String!
20}