Inbound process
More inbound process API information can be found here: REST API documentation - Inbound process
Create an inbound process
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:
Last updated