Alokai

ProductVariantInput

type ProductVariantInput = {
  sku?: InputMaybe<Scalars['String']>;
  key?: InputMaybe<Scalars['String']>;
  prices?: InputMaybe<Array<ProductPriceDataInput>>;
  images?: InputMaybe<Array<ImageInput>>;
  attributes?: InputMaybe<Array<ProductAttributeInput>>;
  assets?: InputMaybe<Array<AssetDraftInput>>;
};

Referenced Types

On this page