Receipt
More receipt API information can be found here: REST API documentation - Receipts
Create a receipt
The receipt
is a sub-entity of the inboundProcess
which maps all processes around incoming goods in a store or warehouse. Whenever a receipt
is created, a corresponding inboundProcess
is automatically created.
Create a receipt
by executing the following POST call with the JSON body:
If the request is successful, we receive a 201 CREATED
response with a body like this:
Alternatively, a receipt
can be created simultaneously when creating the respective inboundProcess
via POST https://{YOUR-TENANT-NAME}.fulfillmenttools.com/api/inboundprocesses
or can be added to an existing inboundProcess
via PUT https://{YOUR-TENANT-NAME}.fulfillmenttools.com/api/inboundprocesses/{inboundProcessId}/receipts.
Last updated