INPUT_OBJECT

ComIbmCommerceRestOrderHandlerCartHandlerUpdateOrderItemBodyDescriptionOrderItemBodyDescriptionOrderItemExtendAttributeBodyDescriptionInput

Description of orderitem extended attribute.

link GraphQL Schema definition

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