AttributeValueInput
Specifies the value for attribute.
type AttributeValueInput = {
attribute_code: Scalars['String']['input']; /** An array containing selected options for a select or multiselect attribute. */
selected_options?: InputMaybe<Array<InputMaybe<AttributeInputSelectedOption>>>; /** The value assigned to the attribute. */
value?: InputMaybe<Scalars['String']['input']>;
};