WarehouseAddExternalRelationInput
Autogenerated input type of WarehouseAddExternalRelation
input WarehouseAddExternalRelationInput {
clientMutationId: String
externalId: String!
integrationId: ID!
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.warehouseId
● ID!
non-null scalar
ID of the warehouse to which the external relation is added.
Member Of
warehouseAddExternalRelation
mutation