post https://domain_prefix.vendhq.com/api/2.0/consignments
Creates a new consignment.
The consignment type can be SUPPLIER
, OUTLET
, STOCKTAKE
or RETURN
. The workflows for these are:
SUPPLIER
workflow:OPEN
->SENT
->DISPATCHED
->RECEIVED
(can beCANCELLED
at any time afterOPEN
)OUTLET
workflow:OPEN
->SENT
->RECEIVED
(can beCANCELLED
at any time afterOPEN
)RETURN
workflow:OPEN
->SENT
orCANCELLED
STOCKTAKE
workflow:STOCKTAKE
orSTOCKTAKE_SCHEDULED
->STOCKTAKE_IN_PROGRESS
->STOCKTAKE_IN_PROGRESS_PROCESSED
->STOCKTAKE_COMPLETE
(can beCANCELLED
orCLOSED
at any time)