Inbound process
Last updated
Last updated
An inboundProcess
maps all processes around incoming goods in a store or warehouse. The inbound process has the sub-entities purchaseOrder
and receipt
, which can be created and modified as part of the inbound process, or alternatively via their own endpoints. Whenever a purchaseOrder
or a receipt
is created, a corresponding inboundProcess
is automatically created.
Create an inboundProcess
by executing the following POST call with the JSON body:
If the request is successful, you receive a 201 CREATED
response with a body like this: