ASNUpdateReceivingItemInput
Autogenerated input type of ASNUpdateReceivingItem
input ASNUpdateReceivingItemInput {
clientMutationId: String
destinationLocationId: ID
itemId: ID!
quantity: Int
verified: Boolean
}
Fields
ASNUpdateReceivingItemInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
ASNUpdateReceivingItemInput.destinationLocationId
● ID
scalar
The new destination location ID for the line item.
ASNUpdateReceivingItemInput.itemId
● ID!
non-null scalar
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
The new quantity received for the line item. If not provided, the quantity will not be updated.
ASNUpdateReceivingItemInput.verified
● Boolean
scalar
The new verification status of the line item. If not provided, the verification status will not be updated.
Member Of
asnUpdateReceivingItem
mutation