ASNReceivingItemInput
Attributes for adding a line item to an ASN in RECEIVING status.
input ASNReceivingItemInput {
destinationLocationId: ID
id: ID
productId: ID
quantity: Int!
sku: String
verified: Boolean
}
Fields
ASNReceivingItemInput.destinationLocationId ● ID scalar
The ID of the location where the product will be stored.
ASNReceivingItemInput.id ● ID scalar
The ID of the line item. If not provided, the system will generate one.
ASNReceivingItemInput.productId ● ID scalar
The product ID. If not provided, the system will use the SKU.
ASNReceivingItemInput.quantity ● Int! non-null scalar
The received quantity of the product.
ASNReceivingItemInput.sku ● String scalar
The product SKU. If not provided, the system will use the product ID.
ASNReceivingItemInput.verified ● Boolean scalar
The new verification status of the line item. If not provided, the verification status will not be updated.
Member Of
ASNAddReceivingItemsInput input ● ASNUpdateReceivingItemsInput input