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

CreateStore

export type CreateStore = {
    key: Scalars['String'];
    name?: InputMaybe<Array<LocalizedStringItemInputType>>;
    languages?: InputMaybe<Array<Scalars['Locale']>>;
    distributionChannels?: InputMaybe<Array<ResourceIdentifierInput>>;
    supplyChannels?: InputMaybe<Array<ResourceIdentifierInput>>;
    productSelections?: InputMaybe<Array<ProductSelectionSettingDraft>>;
    custom?: InputMaybe<CustomFieldsDraft>;
};

Referenced Types

On this page