WarehouseAddress
No description
type WarehouseAddress {
id: Int!
firstName: String
middleName: String
lastName: String
gender: Gender
company: String
street: String!
number: String
numberExtension: String
postalCode: String!
city: String!
region: String
country: String!
phone: String
mobile: String
email: String
fax: String
code: String
notes: String
icp: YesNo
url: String
name: String
}
Fields
WarehouseAddress.id
● Int!
non-null scalar
Address primary identifier
WarehouseAddress.firstName
● String
scalar
First name the address applies to
WarehouseAddress.middleName
● String
scalar
Middle name the address applies to
WarehouseAddress.lastName
● String
scalar
Last name the address applies to
WarehouseAddress.gender
● Gender
enum
Address gender
WarehouseAddress.company
● String
scalar
Company the address applies to
WarehouseAddress.street
● String!
non-null scalar
Address street
WarehouseAddress.number
● String
scalar
Address street number
WarehouseAddress.numberExtension
● String
scalar
Address street number extension
WarehouseAddress.postalCode
● String!
non-null scalar
Address postal code
WarehouseAddress.city
● String!
non-null scalar
Address city
WarehouseAddress.region
● String
scalar
Address region
WarehouseAddress.country
● String!
non-null scalar
Address country
WarehouseAddress.phone
● String
scalar
Fixed phone number that applies to this address [min: 6, max: 30]
WarehouseAddress.mobile
● String
scalar
Mobile phone number that applies to this address [min: 6, max: 30]
WarehouseAddress.email
● String
scalar
Email that applies to this address [valid email format needed]
WarehouseAddress.fax
● String
scalar
Fax number that applies to this address [min: 6, max: 30]
WarehouseAddress.code
● String
scalar
Address code
WarehouseAddress.notes
● String
scalar
Address delivery notes
WarehouseAddress.icp
● YesNo
enum
ICP address field defines whether tax should be applied to an order if the address is selected as a delivery address. Used when shipping b2b order abroad
WarehouseAddress.url
● String
scalar
Address company domain url
WarehouseAddress.name
● String
scalar
Address friendly descriptive name
Returned By
warehouseAddressCreate
mutation ● warehouseAddressUpdate
mutation
Member Of
Warehouse
object