OBJECT

storeInformation

Store information.

link GraphQL Schema definition

1type storeInformation {
2
3# Store directory name.
4directory: String!
34
5# Store e-spots api url.
6espotUrl: String!
34
7# Store geonode api url.
8geonodeUrl: String!
34
9# Store guest identity api url.
10guestidentityUrl: String!
34
11# Store inventory api url.
12inventoryavailabilityUrl: String!
34
13# Store login api url.
14loginidentityUrl: String!
34
15# Store order api url.
16orderUrl: String!
34
17# Store person api url.
18personUrl: String!
34
19# Store product api url.
20productUrl: String!
34
21resourceName: String
34
22# Store shopping cart api url.
23shoppingcartUrl: String!
34
24# Store identifier.
25storeId: String!
34
26# Store locator api url.
27storeLocatorUrl: String!
34
28# Store name.
29storeName: String!
34
30# Store top categories api url.
31topcategoriesUrl: String!
34
32# Store wish list api url.
33wishlistUrl: String!
35
36}

link Required by