WarehouseAddExternalRelationInput
Autogenerated input type of WarehouseAddExternalRelation
input WarehouseAddExternalRelationInput {
clientMutationId: String
externalId: String!
integrationId: ID!
inventoryDestination: Boolean
warehouseId: ID!
}
Fields
WarehouseAddExternalRelationInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
WarehouseAddExternalRelationInput.externalId ● String! non-null scalar
External ID of the warehouse in the integration.
WarehouseAddExternalRelationInput.integrationId ● ID! non-null scalar
ID of the integration to which the warehouse is related.
WarehouseAddExternalRelationInput.inventoryDestination ● Boolean scalar
Whether this external relation should be used as an inventory destination. If true, inventory will be pushed to this location. Cannot be true if this relation is the inventory source for the warehouse.
WarehouseAddExternalRelationInput.warehouseId ● ID! non-null scalar
ID of the warehouse to which the external relation is added.
Member Of
warehouseAddExternalRelation mutation