WarehouseExternalDataInput
External data to be stored with the warehouse.
input WarehouseExternalDataInput {
externalId: String
externalType: ExternalTypeEnum
integrationId: ID!
metadata: JSON
}
Fields
WarehouseExternalDataInput.externalId
● String
scalar
The ID of the warehouse in the external system.
WarehouseExternalDataInput.externalType
● ExternalTypeEnum
enum
The type of the external system that provides the data. Warehouses with type 'OWNED' are managed by Endless Commerce.
WarehouseExternalDataInput.integrationId
● ID!
non-null scalar
The ID of the external system that provides the data.
WarehouseExternalDataInput.metadata
● JSON
scalar
Additional metadata to be stored with the external data.
Member Of
RegisterWarehouseInput
input ● UpdateWarehouseInput
input