Alokai

StoreCreated

type StoreCreated = MessagePayload & {
  __typename?: 'StoreCreated';
  languages: Array<Scalars['Locale']>;
  custom?: Maybe<CustomFieldsType>;
  name?: Maybe<Scalars['String']>; /** BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#beta-features */
  productSelections: Array<ProductSelectionSetting>;
  distributionChannels: Array<Channel>;
  supplyChannels: Array<Channel>;
  distributionChannelsRef: Array<Reference>;
  supplyChannelsRef: Array<Reference>;
  productSelectionsRef: Array<Reference>;
  nameAllLocales?: Maybe<Array<LocalizedString>>;
  type: Scalars['String'];
};

Referenced Types

On this page