Skip to main content

Warehouse

Permission required: warehouse:read

type Warehouse {
address1: String
address2: String
bundles(
after: String
before: String
filter: ProductBundleComplexFilterInput
first: Int
last: Int
): ProductBundleConnection
city: String
codes: [String!]
companyName: String
country: String
createdAt: ISO8601DateTime
email: String
firstName: String
id: ID
internal: Boolean
isoCountry: String
lastName: String
products(
after: String
before: String
filter: ProductComplexFilterInput
first: Int
last: Int
): ProductConnection
province: String
telephone: String
updatedAt: ISO8601DateTime
zipCode: String
}

Fields

Warehouse.address1 ● String scalar

The street address.

Warehouse.address2 ● String scalar

A secondary address line.

Warehouse.bundles ● ProductBundleConnection object

The bundles stocked in the warehouse, with their availability rows.

Warehouse.bundles.after ● String scalar

Returns the elements in the list that come after the specified cursor.

Warehouse.bundles.before ● String scalar

Returns the elements in the list that come before the specified cursor.

Warehouse.bundles.filter ● ProductBundleComplexFilterInput input
Warehouse.bundles.first ● Int scalar

Returns the first _n_ elements from the list.

Warehouse.bundles.last ● Int scalar

Returns the last _n_ elements from the list.

Warehouse.city ● String scalar

The city.

Warehouse.codes ● [String!] list scalar

The codes identifying the warehouse.

Warehouse.companyName ● String scalar

The company name of the warehouse.

Warehouse.country ● String scalar

The extended country name (for example Italy).

Warehouse.createdAt ● ISO8601DateTime scalar

When the record was created.

Warehouse.email ● String scalar

The email address of the warehouse.

Warehouse.firstName ● String scalar

The first name of the warehouse contact.

Warehouse.id ● ID scalar

The unique identifier of the record.

Warehouse.internal ● Boolean scalar

Warehouse.isoCountry ● String scalar

The country, as an ISO 3166-1 alpha-2 code (for example IT).

Warehouse.lastName ● String scalar

The last name of the warehouse contact.

Warehouse.products ● ProductConnection object

The products stocked in the warehouse, with their availability rows.

Warehouse.products.after ● String scalar

Returns the elements in the list that come after the specified cursor.

Warehouse.products.before ● String scalar

Returns the elements in the list that come before the specified cursor.

Warehouse.products.filter ● ProductComplexFilterInput input
Warehouse.products.first ● Int scalar

Returns the first _n_ elements from the list.

Warehouse.products.last ● Int scalar

Returns the last _n_ elements from the list.

Warehouse.province ● String scalar

The province.

Warehouse.telephone ● String scalar

The telephone number of the warehouse.

Warehouse.updatedAt ● ISO8601DateTime scalar

When the record was last updated.

Warehouse.zipCode ● String scalar

The postal code.

Returned By

findWarehouse query ● warehouse query

Member Of

Availability interface ● BaseShipping interface ● ProductBundleAvailability object ● ProductProductAvailability object ● RepaymentShipping object ● Shipping object ● WarehouseConnection object ● WarehouseEdge object