Alokai

CustomizableOptionInput

Defines a customizable option.

type CustomizableOptionInput = {
  id?: InputMaybe<Scalars['Int']['input']>; /** The unique ID for a `CartItemInterface` object. */
  uid?: InputMaybe<Scalars['ID']['input']>; /** The string value of the option. */
  value_string: Scalars['String']['input'];
};

Referenced Types

On this page