Skip to main content

IntegrationWarehouse

A warehouse, facility, or location available in a downstream integration.

type IntegrationWarehouse {
address: String
id: String!
name: String!
timezone: String
}

Fields

IntegrationWarehouse.address ● String scalar common

The warehouse's address, formatted for display, when the integration provides it.

IntegrationWarehouse.id ● String! non-null scalar common

The integration's external identifier for this warehouse — the value persisted on the warehouse external relation when mapped.

IntegrationWarehouse.name ● String! non-null scalar common

Human-readable label for this warehouse.

IntegrationWarehouse.timezone ● String scalar common

The warehouse's timezone, when the integration provides it.

Returned By

integrationWarehouses query