Alokai

BundleOptionInput

Defines the input for a bundle option.

type BundleOptionInput = {
  id: Scalars['Int']['input']; /** The number of the selected item to add to the cart. */
  quantity: Scalars['Float']['input']; /** An array with the chosen value of the option. */
  value: Array<InputMaybe<Scalars['String']['input']>>;
};

Referenced Types

On this page