OBJECT

StoreOnlineStoreContactInfoType

link GraphQL Schema definition

1type StoreOnlineStoreContactInfoType {
2
3address: StoreAddressType
13
4contactInfoIdentifier: StoreContactInfoIdentifierType
13
5contactPersonBusinessTitle: String
13
6emailAddress1: String!
13
7emailAddress2: String
13
8fax1: String!
13
9fax2: String
13
10languageId: String
13
11telephone1: String!
13
12telephone2: String
14
15}