INPUT_OBJECT

ComIbmCommerceRestOrderHandlerCartHandlerAddOrderItemBodyDescriptionOrderItemBodyDescriptionOrderItemExtendAttributeBodyDescriptionInput

Description of orderitem extended attribute.

link GraphQL Schema definition

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