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

Store

Stores allow defining different contexts for a project.

export type Store = Versioned & {
    __typename?: 'Store';
    id: Scalars['String'];
    version: Scalars['Long'];
    key: Scalars['String'];
    name?: Maybe<Scalars['String']>;
    nameAllLocales?: Maybe<Array<LocalizedString>>;
    languages?: Maybe<Array<Scalars['Locale']>>;
    productSelections: Array<ProductSelectionSetting>;
    distributionChannelsRef: Array<Reference>;
    distributionChannels: Array<Channel>;
    supplyChannelsRef: Array<Reference>;
    supplyChannels: Array<Channel>;
    createdAt: Scalars['DateTime'];
    lastModifiedAt: Scalars['DateTime'];
    custom?: Maybe<CustomFieldsType>;
    createdBy?: Maybe<Initiator>;
    lastModifiedBy?: Maybe<Initiator>;
};

Referenced Types

On this page