ManufacturerAddress
An address associated with a manufacturer.
type ManufacturerAddress {
source: String!
city: String
contactPerson: String
country: String
email: String
imprintUrl: String
phoneNumber: String
sourceId: String
street: String
streetNumber: String
website: String
zipCode: String
}
Fields
ManufacturerAddress.source ● String! non-null scalar
The source of the address.
ManufacturerAddress.city ● String scalar
The city.
ManufacturerAddress.contactPerson ● String scalar
The contact person.
ManufacturerAddress.country ● String scalar
The country.
ManufacturerAddress.email ● String scalar
The contact email.
ManufacturerAddress.imprintUrl ● String scalar
The imprint url.
ManufacturerAddress.phoneNumber ● String scalar
The phone number.
ManufacturerAddress.sourceId ● String scalar
The source id.
ManufacturerAddress.street ● String scalar
The street.
ManufacturerAddress.streetNumber ● String scalar
The street number.
ManufacturerAddress.website ● String scalar
The website.
ManufacturerAddress.zipCode ● String scalar
The zip code.
Member Of
Manufacturer object