Skip to main content

WarehouseAddExternalRelationInput

Autogenerated input type of WarehouseAddExternalRelation

input WarehouseAddExternalRelationInput {
clientMutationId: String
externalId: String!
externalName: String
integrationId: ID!
inventoryDestination: Boolean
warehouseId: ID!
}

Fields

WarehouseAddExternalRelationInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

WarehouseAddExternalRelationInput.externalId ● String! non-null scalar common

External ID of the warehouse in the integration.

WarehouseAddExternalRelationInput.externalName ● String scalar common

Human-readable label for the external warehouse (e.g. the ShipStation warehouse name).

WarehouseAddExternalRelationInput.integrationId ● ID! non-null scalar common

ID of the integration to which the warehouse is related.

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

WarehouseAddExternalRelationInput.warehouseId ● ID! non-null scalar common

ID of the warehouse to which the external relation is added.

Member Of

warehouseAddExternalRelation mutation