ASNUpdateReceivingItemsInput
Autogenerated input type of ASNUpdateReceivingItems
input ASNUpdateReceivingItemsInput {
asnId: ID!
asnItems: [ASNReceivingItemInput!]!
clientMutationId: String
}
Fields
ASNUpdateReceivingItemsInput.asnId
● ID!
non-null scalar
The ID of the ASN to update. The ASN must be in
RECEIVING
status.
ASNUpdateReceivingItemsInput.asnItems
● [ASNReceivingItemInput!]!
non-null input
The list of ASN line items to update. Each item must belong to the ASN that is being updated.
ASNUpdateReceivingItemsInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
Member Of
asnUpdateReceivingItems
mutation