INPUT_OBJECT

ComIbmCommerceRestOrderHandlerCartHandlerAddOrderItemBodyDescriptionOrderItemBodyDescriptionInput

Description of orderItem.

link GraphQL Schema definition

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