UpdateReceivingItemsInput
Autogenerated input type of UpdateReceivingItems
input UpdateReceivingItemsInput {
clientMutationId: String
items: [SupplyReceivingItemInput!]!
shipmentId: ID!
}
Fields
UpdateReceivingItemsInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateReceivingItemsInput.items ● [SupplyReceivingItemInput!]! non-null input
The list of shipment line items to update. Each item must belong to the shipment that is being updated.
UpdateReceivingItemsInput.shipmentId ● ID! non-null scalar
The ID of the shipment to update. The shipment must be in IN_RECEIVING status.
Member Of
supplyUpdateReceivingItems mutation