post https://{domain_prefix}.retail.lightspeed.app/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 be
CANCELLED
at any time, except fromRECEIVED
- Cannot create a
DISPATCHED
orRECEIVED
consignment directly - In the response
reference
refers toOrder number
andname
refers toNote
- Can be
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)