type CreateStore = { key: Scalars['String']; name?: InputMaybe<Array<LocalizedStringItemInputType>>; languages?: InputMaybe<Array<Scalars['Locale']>>; distributionChannels?: InputMaybe<Array<ResourceIdentifierInput>>; supplyChannels?: InputMaybe<Array<ResourceIdentifierInput>>; /** BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#beta-features */ productSelections?: InputMaybe<Array<ProductSelectionSettingDraft>>; custom?: InputMaybe<CustomFieldsDraft>;};