Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

StoreCreated

export type StoreCreated = MessagePayload & {
    __typename?: 'StoreCreated';
    languages: Array<Scalars['Locale']>;
    custom?: Maybe<CustomFieldsType>;
    name?: Maybe<Scalars['String']>;
    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