INPUT_OBJECT

ComIbmCommerceRestOrderHandlerCartHandlerCheckoutRequestOrderExtendAttributeBodyDescriptionInput

Description of order extended attribute.

link GraphQL Schema definition

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