OBJECT

StoreAddressType

link GraphQL Schema definition

1type StoreAddressType {
2
3addressLine: [String]
8
4city: String
8
5country: String
8
6stateOrProvinceName: String
8
7zipOrPostalCode: String
9
10}