ASNUpdateReceivingItemInput
Autogenerated input type of ASNUpdateReceivingItem
input ASNUpdateReceivingItemInput {
clientMutationId: String
destinationLocationId: ID
itemId: ID!
quantity: Int
verified: Boolean
}
Fields
ASNUpdateReceivingItemInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ASNUpdateReceivingItemInput.destinationLocationId ● ID scalar common
The new destination location ID for the line item.
ASNUpdateReceivingItemInput.itemId ● ID! non-null scalar common
The ID of the ASN line item to update. The line item must belong to the ASN that is being updated.
ASNUpdateReceivingItemInput.quantity ● Int scalar common
The new quantity received for the line item. If not provided, the quantity will not be updated.
ASNUpdateReceivingItemInput.verified ● Boolean scalar common
The new verification status of the line item. If not provided, the verification status will not be updated.
Member Of
asnUpdateReceivingItem mutation