Alokai

SetProductImageLabel

type SetProductImageLabel = {
  variantId?: InputMaybe<Scalars['Int']>;
  sku?: InputMaybe<Scalars['String']>;
  imageUrl: Scalars['String'];
  label?: InputMaybe<Scalars['String']>;
  staged?: InputMaybe<Scalars['Boolean']>;
};

Referenced Types

On this page