ASNAddReceivingItemsInput
Autogenerated input type of ASNAddReceivingItems
input ASNAddReceivingItemsInput {
asnId: ID!
asnItems: [ASNReceivingItemInput!]!
clientMutationId: String
}
Fields
ASNAddReceivingItemsInput.asnId
● ID!
non-null scalar
The ID of the ASN to which the line item will be added.
ASNAddReceivingItemsInput.asnItems
● [ASNReceivingItemInput!]!
non-null input
The line items to add to the ASN.
ASNAddReceivingItemsInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
Member Of
asnAddReceivingItems
mutation