INPUT_OBJECT

ComIbmCommerceRestOrderHandlerCartHandlerUpdateOrderItemBodyDescriptionOrderExtendAttributeBodyDescriptionInput

Description of order extended attribute.

link GraphQL Schema definition

1input ComIbmCommerceRestOrderHandlerCartHandlerUpdateOrderItemBodyDescriptionOrderExtendAttributeBodyDescriptionInput {
4
2# attribute name
3attributeName: String!
7
5# attribute type
6attributeType: String
10
8# attribute value
9attributeValue: String!
11}