asnUpdateReceivingItems
Update a line item that belongs to an ASN in RECEIVING
status. This mutation
is used to update the quantity received, and the verified status of the line item.
If called when the ASN is in a status other than RECEIVING
, an error will be raised.
If the line item does not belong to the ASN, an error will be raised.
Quantity or verified status must be provided in order to update the line item. If neither is provided, the an error will raised.
asnUpdateReceivingItems(
input: ASNUpdateReceivingItemsInput!
): ASNUpdateReceivingItemsPayload
Arguments
asnUpdateReceivingItems.input
● ASNUpdateReceivingItemsInput!
non-null input
Parameters for ASNUpdateReceivingItems
Type
ASNUpdateReceivingItemsPayload
object
Autogenerated return type of ASNUpdateReceivingItems.