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 common
The ID of the ASN to which the line item will be added.
ASNAddReceivingItemInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ASNAddReceivingItemInput.destinationLocationId ● ID scalar common
The ID of the location where the product will be stored.
ASNAddReceivingItemInput.productId ● ID scalar common
The product ID. If not provided, the system will use the SKU.
ASNAddReceivingItemInput.quantity ● Int! non-null scalar common
The received quantity of the product.
ASNAddReceivingItemInput.sku ● String scalar common
The product SKU. If not provided, the system will use the product ID.
Member Of
asnAddReceivingItem mutation