OBJECT

StoreStoreItem

link GraphQL Schema definition

1type StoreStoreItem {
2
3contactInfo: [StoreOnlineStoreContactInfoType]
16
4defaultCatalog: [ComIbmCommerceInfrastructureFacadeDatatypesDefaultCatalogType]
16
5description: [StoreOnlineStoreDescriptionType]
16
6identifier: String
16
7locationInfo: [StoreOnlineStoreContactInfoType]
16
8ownerId: String
16
9relatedStores: [StoreOnlineStoreRelatedStoresType]
16
10state: String
16
11storeId: String
16
12storeType: String
16
13supportedCurrencies: StoreOnlineStoreSupportedCurrenciesType
16
14supportedLanguages: StoreOnlineStoreSupportedLanguagesType
16
15userData: JSON
17
18}