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 common

A unique identifier for the client performing the mutation.

WarehouseUpdateExternalRelationInput.externalId ● String! non-null scalar common

The external relation ID to update.

WarehouseUpdateExternalRelationInput.inventoryDestination ● Boolean scalar common

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 common

The ID of the warehouse to update.

Member Of

warehouseUpdateExternalRelation mutation