ASNAddReceivingItemInput
Autogenerated input type of ASNAddReceivingItem
input ASNAddReceivingItemInput {
asnId: ID!
clientMutationId: String
destinationLocationId: ID
productId: ID
quantity: Int!
sku: String
}
Fields
ASNAddReceivingItemInput.asnId
● ID!
non-null scalar
The ID of the ASN to which the line item will be added.
ASNAddReceivingItemInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
ASNAddReceivingItemInput.destinationLocationId
● ID
scalar
The ID of the location where the product will be stored.
ASNAddReceivingItemInput.productId
● ID
scalar
The product ID. If not provided, the system will use the SKU.
ASNAddReceivingItemInput.quantity
● Int!
non-null scalar
The received quantity of the product.
ASNAddReceivingItemInput.sku
● String
scalar
The product SKU. If not provided, the system will use the product ID.
Member Of
asnAddReceivingItem
mutation