SupplyReceivingItemInput
Attributes for updating a line item that belongs to a shipment in IN_RECEIVING status.
input SupplyReceivingItemInput {
destinationLocationId: ID
itemId: ID!
receivedQuantity: Decimal
unitCost: BigDecimal
verified: Boolean
}
Fields
SupplyReceivingItemInput.destinationLocationId ● ID scalar
The ID of the location where the product will be stored.
SupplyReceivingItemInput.itemId ● ID! non-null scalar
The ID of the shipment item to update.
SupplyReceivingItemInput.receivedQuantity ● Decimal scalar
The received quantity of the product.
SupplyReceivingItemInput.unitCost ● BigDecimal scalar
The unit cost of the product. This will update the cost information for the shipment item.
SupplyReceivingItemInput.verified ● Boolean scalar
The new verification status of the line item. If not provided, the verification status will not be updated.