SupplySendShipmentToWmsInput
Autogenerated input type of SupplySendShipmentToWms
input SupplySendShipmentToWmsInput {
clientMutationId: String
shipmentIds: [ID!]!
}
Fields
SupplySendShipmentToWmsInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
SupplySendShipmentToWmsInput.shipmentIds ● [ID!]! non-null scalar
The IDs of the shipments to send to WMS integration.
Member Of
supplySendShipmentToWms mutation