Skip to main content

WarehouseUpdateExternalRelationInput

Autogenerated input type of WarehouseUpdateExternalRelation

input WarehouseUpdateExternalRelationInput {
clientMutationId: String
externalId: String!
inventoryDestination: Boolean
relationId: ID!
}

Fields

WarehouseUpdateExternalRelationInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

WarehouseUpdateExternalRelationInput.externalId ● String! non-null scalar

The external relation ID to update.

WarehouseUpdateExternalRelationInput.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.

WarehouseUpdateExternalRelationInput.relationId ● ID! non-null scalar

The ID of the warehouse to update.

Member Of

warehouseUpdateExternalRelation mutation