Warehouse
Represents warehouse.
type Warehouse implements Node, ObjectWithMetadata {
externalId: String
externalSource: String
id: ID!
name: String!
slug: String!
companyName: String!
shippingZones(
offset: Int
before: String
after: String
first: Int
last: Int
): ShippingZoneCountableConnection!
address: Address!
email: String!
seller: Seller!
privateMetadata: [MetadataItem!]!
metadata: [MetadataItem!]!
}
Show more ↓
Fields
Warehouse.externalId ● String scalar
Warehouse.externalSource ● String scalar
Warehouse.id ● ID! non-null scalar
The ID of the object
Warehouse.name ● String! non-null scalar
Warehouse.slug ● String! non-null scalar
Warehouse.companyName ● String! non-null scalar
Warehouse.shippingZones ● ShippingZoneCountableConnection! non-null object
Warehouse.shippingZones.offset ● Int scalar
Warehouse.shippingZones.before ● String scalar
Warehouse.shippingZones.after ● String scalar
Warehouse.shippingZones.first ● Int scalar
Warehouse.shippingZones.last ● Int scalar
Warehouse.address ● Address! non-null object
Warehouse.email ● String! non-null scalar
Warehouse.seller ● Seller! non-null object
Warehouse.privateMetadata ● [MetadataItem!]! non-null object
List of private metadata items.Requires proper staff permissions to access.
Warehouse.metadata ● [MetadataItem!]! non-null object
List of public metadata items. Can be accessed without permissions.
Interfaces
Node interface
An object with an ID
ObjectWithMetadata interface
Returned By
warehouse query
Member Of
Allocation object ● Fulfillment object ● NauticalOrderEvent object ● OrderEvent object ● ShippingZone object ● Stock object ● WarehouseCountableEdge object ● WarehouseCreate object ● WarehouseDelete object ● WarehouseUpdate object