put https://domain_prefix.vendhq.com/api/2.0/consignments//products/
Updates the specific product within the consignment.
Notes:
- If the type is SUPPLIER or OUTLET then:
- If the type is OUTLET and there is a cost the cost will be update.
- If the status is SENT or DISPATCHED and received is not null the received quantity will be updated.
- If the status is OPEN or SENT and count is not null then the count quantity will be updated.
- If the type is RETURN and the status is OPEN or SENT and count is not null then the count quantity will be updated.
- If the type is STOCKTAKE and the status is STATUS_STOCKTAKE_IN_PROGRESS or STATUS_STOCKTAKE_IN_PROCESS_PROCESSED and received is not null then the received quantity will be updated.