OBJECT

StorelocatorStorelocatorItem

link GraphQL Schema definition

1type StorelocatorStorelocatorItem {
2
3addressLine: [String]
16
4attribute: [StorelocatorStorelocatorItemAttribute]
16
5city: String
16
6country: String
16
7description: [StorelocatorStorelocatorItemDescription]
16
8distance: String
16
9latitude: String
16
10longitude: String
16
11postalCode: String
16
12stateOrProvinceName: String
16
13storeName: String
16
14telephone1: String!
16
15uniqueID: String
17
18}