Skip to main content

asnUpdateReceivingItem

DEPRECATED

Use asnUpdateReceivingItems instead.

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.

asnUpdateReceivingItem(
input: ASNUpdateReceivingItemInput!
): ASNItem! @deprecated

Arguments

asnUpdateReceivingItem.input ● ASNUpdateReceivingItemInput! non-null input

Parameters for ASNUpdateReceivingItem

Type

ASNItem object