Skip to main content

ExternalWarehouse

This type represents a base external warehouse

type ExternalWarehouse {
archivedAt: ISO8601DateTime
createdAt: ISO8601DateTime!
deletedAt: ISO8601DateTime @deprecated
externalId: String!
externalType: String! @deprecated
id: ID!
integrationId: ID!
metadata: [String!]!
updatedAt: ISO8601DateTime!
warehouseId: ID!
}

Fields

ExternalWarehouse.archivedAt ● ISO8601DateTime scalar

When the warehouse was archived, or null if not archived.

ExternalWarehouse.createdAt ● ISO8601DateTime! non-null scalar

ExternalWarehouse.deletedAt ● ISO8601DateTime deprecated scalar

DEPRECATED

Use archivedAt field instead. This filed will be removed in future versions.

ExternalWarehouse.externalId ● String! non-null scalar

ExternalWarehouse.externalType ● String! deprecated non-null scalar

DEPRECATED

This field will be removed in future versions.

ExternalWarehouse.id ● ID! non-null scalar

ExternalWarehouse.integrationId ● ID! non-null scalar

ExternalWarehouse.metadata ● [String!]! non-null scalar

ExternalWarehouse.updatedAt ● ISO8601DateTime! non-null scalar

ExternalWarehouse.warehouseId ● ID! non-null scalar

Returned By

warehouseExternal query