Inbound Process
This page is outdated. Please go to our new documentation under https://docs.fulfillmenttools.com/documentation.
Summary
An inbound process maps all processes around incoming goods in a store or warehouse. This can include delivery of goods but also interfacility transfers or similar processes. Whenever a purchaseOrder or a receipt is created, a corresponding inboundProcess is automatically created as well.
An overview of all inbound process can be found in the inbound view or in the inventory app. Incoming goods can be accepted via the inbound section of our inventory app. The event of checking and accepting incoming goods is represented via Receipts.
Sub-Entities
The inbound process has sub-entities, which can be created and modified as part of the inbound process, or alternatively via their own endpoints.
Purchase Order
A purchase order is issued when new stock is ordered for a store or warehouse. It includes the following information:
Creating an inbound process with a purchaseOrder
Mandatory values:
facilityRef
: facility for which the order is destinedpurchaseOrder
:orderDate
: time and date on which order was placedrequestedDate
: time and date on which order is expected to arriverequestedItems
:tenantArticleId:
unique identifier for itemquantity:
quantities and units of ordered items (maximum of 200 items can be processed)
Optional values:
tenantInboundProcessId:
unique identifier for inbound used in the customer systemsonHold
: Setting an inbound process on hold means that it should be paused for now. Can be set manually via Backoffice or via API. By setting the flag totrue
, the inboundProcess status is set toonHold
.scannableCodes
: scannableCodes such as barcodes that are relevant in the inboundProcess, e.g. , barcode of the delivery notecustomAttributes
: can be used to carry custom information that might be of interest to connectors or services outside of fulfillmenttools. For more information see custom attributes.purchaseOrder
:requestedItems:
stockProperties
: information on stock properties of requested items such as expiry date
cancelled
: If no further deliveries are expected, a purchaseOrder can be cancelled by an admin via Backoffice or via API. This is also possible, if several items have already been accepted. By setting the flag totrue
, the inboundProcess status is set toclosed
.supplier
: information on supplier of delivery (name)customAttributes
Receipt
After a goods receipt was performed and goods have been accepted, a receipt is issued that adds the stock to the facility. It includes the following information:
Adding a receipt to an inboundProcess
Mandatory values:
receivedDate
: date when the order was accepted in the facilityreceivedItems
: for each item that was announced via purchaseOrder the following information can be provided:tenantArticleId:
unique identifier for itemacceptedQuantity
: quantity that was accepted in the goods receiptrejectedQuantity
: Quantity that was rejected in the goods receipt (due to being, e.g., broken).comments
: information relevant for that specific lineItem such as comments, photos, or other attachments
comments
: information relevant for that specific delivery such as comments, photos, or other attachments
Rejected items are not a subset of accepted items and are not booked to the facility as stock.
Optional values:
asnRef:
can be used to store the reference to an internal advanced shipping notereceivedItems
: for each item that was announced via purchaseOrder the following information can be provided:storageLocationRef
: the storage location on which the item was placedstockProperties
: information specific to that lineItem such as expiry date or batch number
comments
: information relevant for that specific deliverystatus
: If a goods receipt has been started via inventory app, the status of the receipt changes toIN_PROGRESS
and then toFINISHED
after the process was completed in the app.customAttributes
: Attributes that can be added to the receipt. These attributes cannot be used within fulfillmenttools' processes, but can be used to carry custom information on receipt.
Status
The inboundProcess itself as well as its sub-entities can have different status. Our clients show the status that are most relevant to the user in the inbound view and in the inventory app.
OPEN
Delivery has not arrived yet
inboundProcess
PARTIAL_DELIVERY
Items in the delivery were missing
inboundProcess
CLOSED
All items that were announced via purchase order have arrived (either as accepted or rejected quantity) or purchase order was cancelled.
inboundProcess
ON_HOLD
Inbound process should be paused for now. Can be set manually via Backoffice or via API.
inboundProcess
CANCELLED
No further deliveries are expected. No real status, can be either true or false. Can be set manually via Backoffice or via API.
purchaseOrder
OPEN
No functional meaning
purchaseOrder
IN_PROGRESS
Goods receipt for (one part of the) delivery has been started (via inventory app)
receipt
FINISHED
Goods receipt for (one part of the) delivery has been finished (via inventory app)
receipt
Validation in inbound process
Unit validation in inbound processes
If there is a measurementUnitKey defined for a listing that is part of the inboundProcess, each new line item in inboundProcess.purchaseOrder.requestedItems and inboundProcess.receipts.receivedItems is validated against it: All quantities MUST match the unit of the Listing.
For more information on measurementUnits, click here.
Stock property validation in inbound processes
If there are stockProperties defined for a listing that is part of the inboundProcess, each new line item in inboundProcess.purchaseOrder.requestedItems and inboundProcess.receipts.receivedItems is validated against it. The validation for requested and received items behaves slightly different as we do not expect systems to know the exact properties of all items before they have arrived.
Validation for requestedItems
All stockProperties that are part of the requestedItems must also be defined in the stockProperties of the listing.
Not all stockProperties that are part of the listing must also be present in the requestedItems.
This means, it is allowed to create a purchaseOrder without stockProperties in the requestedItems even though the included listing has stockProperties defined.
Validation for receivedItems
All stockProperties that are part of the receivedItems must also be defined in the stockProperties of the listing.
Not all stockProperties that are part of the listing must also be present in the requestedItems. Only stockProperties where
required
is true need to be present in both listing and receivedItems. This is because creating a stock without providing a value for arequired
property is forbidden and will fail.
For more information on stockProperties on listing, click here.
Api Documentation
Inbound Process
25
Matches partial values; The queries terms and therefore the result set of the query can change in the future:
- tenantInboundProcessId
- scannableCodes
- receipts.receivedItems.tenantArticleId
- purchaseOrder.requestedItems.tenantArticleId
- purchaseOrder.supplier.name
- values of related listings
- listing.title
- listing.scannableCodes
Only matches complete values; The queries terms and therefore the result set of the query can change in the future:
- tenantInboundProcessId
- scannableCodes
- receipts.receivedItems.tenantArticleId
- purchaseOrder.requestedItems.tenantArticleId
- purchaseOrder.supplier.name
- values of related listings
- listing.title
- listing.scannableCodes
GET /api/inboundprocesses HTTP/1.1
Host:
Accept: */*
{
"inboundProcesses": [
{
"anonymized": true,
"created": "2025-07-02T01:50:21.917Z",
"customAttributes": {},
"facilityRef": "text",
"id": "text",
"inboundDate": [
"2025-07-02T01:50:21.917Z"
],
"lastModified": "2025-07-02T01:50:21.917Z",
"onHold": true,
"origin": [
{
"name": "text"
}
],
"purchaseOrder": {
"created": "2025-07-02T01:50:21.917Z",
"customAttributes": {},
"id": "text",
"lastModified": "2025-07-02T01:50:21.917Z",
"orderDate": "2025-07-02T01:50:21.917Z",
"requestedDate": {
"type": "ASAP",
"value": "2025-07-02T01:50:21.917Z"
},
"requestedItems": [
{
"customAttributes": {},
"quantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"tenantArticleId": "text"
}
],
"status": "OPEN",
"supplier": {
"name": "text"
},
"transfer": {
"id": "text"
}
},
"receipts": [
{
"asnRef": "text",
"comments": [
{
"content": "text",
"documentSetRef": "text",
"id": "text",
"userRef": "text"
}
],
"customAttributes": {},
"id": "text",
"receivedDate": "2025-07-02T01:50:21.917Z",
"receivedItems": [
{
"acceptedQuantity": {
"unit": "text",
"value": 1
},
"comments": [
{
"content": "text",
"documentSetRef": "text",
"id": "text",
"userRef": "text"
}
],
"customAttributes": {},
"id": "text",
"rejectedQuantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"storageLocationRef": "text",
"tenantArticleId": "text"
}
],
"status": "OPEN"
}
],
"scannableCodes": [
"text"
],
"status": "OPEN",
"tenantInboundProcessId": "text",
"version": 1
}
],
"pageInfo": {
"endCursor": "text",
"hasNextPage": true,
"hasPreviousPage": true,
"startCursor": "text"
},
"total": 1
}
Attributes that can be added to this entity. These attributes cannot be used within fulfillment processes, but enable you to attach custom data from your systems to fulfillmenttools entities.
Facility in which the inbound process takes place
Indicates if the inbound process is on hold and will not be processed further
scannableCodes such as barcodes that are relevant in the inboundProcess, e.g. , barcode of the delivery note
Identifier of the process provided by the tenant system. It is recommended to be unique
POST /api/inboundprocesses HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 876
{
"customAttributes": {},
"facilityRef": "text",
"onHold": true,
"purchaseOrder": {
"customAttributes": {},
"orderDate": "2025-07-02T01:50:21.917Z",
"requestedDate": {
"type": "ASAP",
"value": "2025-07-02T01:50:21.917Z"
},
"requestedItems": [
{
"customAttributes": {},
"quantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"tenantArticleId": "text"
}
],
"status": "OPEN",
"supplier": {
"name": "text"
}
},
"receipts": [
{
"asnRef": "text",
"comments": [
{
"content": "text",
"userRef": "text"
}
],
"customAttributes": {},
"receivedDate": "2025-07-02T01:50:21.917Z",
"receivedItems": [
{
"acceptedQuantity": {
"unit": "text",
"value": 1
},
"comments": [
{
"content": "text",
"userRef": "text"
}
],
"customAttributes": {},
"rejectedQuantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"storageLocationRef": "text",
"tenantArticleId": "text"
}
],
"status": "OPEN"
}
],
"scannableCodes": [
"text"
],
"tenantInboundProcessId": "text"
}
{
"anonymized": true,
"created": "2025-07-02T01:50:21.917Z",
"customAttributes": {},
"facilityRef": "text",
"id": "text",
"inboundDate": [
"2025-07-02T01:50:21.917Z"
],
"lastModified": "2025-07-02T01:50:21.917Z",
"onHold": true,
"origin": [
{
"name": "text"
}
],
"purchaseOrder": {
"created": "2025-07-02T01:50:21.917Z",
"customAttributes": {},
"id": "text",
"lastModified": "2025-07-02T01:50:21.917Z",
"orderDate": "2025-07-02T01:50:21.917Z",
"requestedDate": {
"type": "ASAP",
"value": "2025-07-02T01:50:21.917Z"
},
"requestedItems": [
{
"customAttributes": {},
"quantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"tenantArticleId": "text"
}
],
"status": "OPEN",
"supplier": {
"name": "text"
},
"transfer": {
"id": "text"
}
},
"receipts": [
{
"asnRef": "text",
"comments": [
{
"content": "text",
"documentSetRef": "text",
"id": "text",
"userRef": "text"
}
],
"customAttributes": {},
"id": "text",
"receivedDate": "2025-07-02T01:50:21.917Z",
"receivedItems": [
{
"acceptedQuantity": {
"unit": "text",
"value": 1
},
"comments": [
{
"content": "text",
"documentSetRef": "text",
"id": "text",
"userRef": "text"
}
],
"customAttributes": {},
"id": "text",
"rejectedQuantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"storageLocationRef": "text",
"tenantArticleId": "text"
}
],
"status": "OPEN"
}
],
"scannableCodes": [
"text"
],
"status": "OPEN",
"tenantInboundProcessId": "text",
"version": 1
}
GET /api/inboundprocesses/{inboundProcessId} HTTP/1.1
Host:
Accept: */*
{
"anonymized": true,
"created": "2025-07-02T01:50:21.917Z",
"customAttributes": {},
"facilityRef": "text",
"id": "text",
"inboundDate": [
"2025-07-02T01:50:21.917Z"
],
"lastModified": "2025-07-02T01:50:21.917Z",
"onHold": true,
"origin": [
{
"name": "text"
}
],
"purchaseOrder": {
"created": "2025-07-02T01:50:21.917Z",
"customAttributes": {},
"id": "text",
"lastModified": "2025-07-02T01:50:21.917Z",
"orderDate": "2025-07-02T01:50:21.917Z",
"requestedDate": {
"type": "ASAP",
"value": "2025-07-02T01:50:21.917Z"
},
"requestedItems": [
{
"customAttributes": {},
"quantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"tenantArticleId": "text"
}
],
"status": "OPEN",
"supplier": {
"name": "text"
},
"transfer": {
"id": "text"
}
},
"receipts": [
{
"asnRef": "text",
"comments": [
{
"content": "text",
"documentSetRef": "text",
"id": "text",
"userRef": "text"
}
],
"customAttributes": {},
"id": "text",
"receivedDate": "2025-07-02T01:50:21.917Z",
"receivedItems": [
{
"acceptedQuantity": {
"unit": "text",
"value": 1
},
"comments": [
{
"content": "text",
"documentSetRef": "text",
"id": "text",
"userRef": "text"
}
],
"customAttributes": {},
"id": "text",
"rejectedQuantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"storageLocationRef": "text",
"tenantArticleId": "text"
}
],
"status": "OPEN"
}
],
"scannableCodes": [
"text"
],
"status": "OPEN",
"tenantInboundProcessId": "text",
"version": 1
}
DELETE /api/inboundprocesses/{inboundProcessId} HTTP/1.1
Host:
Accept: */*
No content
Purchase Order
GET /api/purchaseorders/{purchaseOrderId} HTTP/1.1
Host:
Accept: */*
{
"created": "2025-07-02T01:50:21.917Z",
"customAttributes": {},
"facilityRef": "text",
"id": "text",
"inboundProcessRef": "text",
"lastModified": "2025-07-02T01:50:21.917Z",
"orderDate": "2025-07-02T01:50:21.917Z",
"requestedDate": {
"type": "ASAP",
"value": "2025-07-02T01:50:21.917Z"
},
"requestedItems": [
{
"customAttributes": {},
"quantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"tenantArticleId": "text"
}
],
"status": "OPEN",
"supplier": {
"name": "text"
},
"transfer": {
"id": "text"
},
"version": 1
}
This field is deprecated. Set the status to 'CANCELED' Set the purchaseOrder to 'cancelled'. No further deliveries will be expected. Already received goods are unaffected.
Attributes that can be added to this entity. These attributes cannot be used within fulfillment processes, but enable you to attach custom data from your systems to fulfillmenttools entities.
Time and date at which the order was placed. Note: This does not refer to the creation date of this entity in the system.
Time and date at which the order is expected to arrive. Use 'ASAP' for deliveries with unknown date, but be aware that some features will not include these orders.
PUT /api/purchaseorders/{purchaseOrderId} HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 325
{
"customAttributes": {},
"orderDate": "2025-07-02T01:50:21.917Z",
"requestedDate": {
"type": "ASAP",
"value": "2025-07-02T01:50:21.917Z"
},
"requestedItems": [
{
"customAttributes": {},
"quantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"tenantArticleId": "text"
}
],
"status": "OPEN",
"supplier": {
"name": "text"
},
"version": 1
}
{
"created": "2025-07-02T01:50:21.917Z",
"customAttributes": {},
"facilityRef": "text",
"id": "text",
"inboundProcessRef": "text",
"lastModified": "2025-07-02T01:50:21.917Z",
"orderDate": "2025-07-02T01:50:21.917Z",
"requestedDate": {
"type": "ASAP",
"value": "2025-07-02T01:50:21.917Z"
},
"requestedItems": [
{
"customAttributes": {},
"quantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"tenantArticleId": "text"
}
],
"status": "OPEN",
"supplier": {
"name": "text"
},
"transfer": {
"id": "text"
},
"version": 1
}
This field is deprecated. Set the status to 'CANCELED' Set the purchaseOrder to 'cancelled'. No further deliveries will be expected. Already received goods are unaffected.
Attributes that can be added to this entity. These attributes cannot be used within fulfillment processes, but enable you to attach custom data from your systems to fulfillmenttools entities.
PATCH /api/purchaseorders/{purchaseOrderId} HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 325
{
"customAttributes": {},
"orderDate": "2025-07-02T01:50:21.917Z",
"requestedDate": {
"type": "ASAP",
"value": "2025-07-02T01:50:21.917Z"
},
"requestedItems": [
{
"customAttributes": {},
"quantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"tenantArticleId": "text"
}
],
"status": "OPEN",
"supplier": {
"name": "text"
},
"version": 1
}
{
"created": "2025-07-02T01:50:21.917Z",
"customAttributes": {},
"facilityRef": "text",
"id": "text",
"inboundProcessRef": "text",
"lastModified": "2025-07-02T01:50:21.917Z",
"orderDate": "2025-07-02T01:50:21.917Z",
"requestedDate": {
"type": "ASAP",
"value": "2025-07-02T01:50:21.917Z"
},
"requestedItems": [
{
"customAttributes": {},
"quantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"tenantArticleId": "text"
}
],
"status": "OPEN",
"supplier": {
"name": "text"
},
"transfer": {
"id": "text"
},
"version": 1
}
This field is deprecated. Set the status to 'CANCELED' Set the purchaseOrder to 'cancelled'. No further deliveries will be expected. Already received goods are unaffected.
Attributes that can be added to this entity. These attributes cannot be used within fulfillment processes, but enable you to attach custom data from your systems to fulfillmenttools entities.
Time and date at which the order was placed. Note: This does not refer to the creation date of this entity in the system.
Time and date at which the order is expected to arrive. Use 'ASAP' for deliveries with unknown date, but be aware that some features will not include these orders.
POST /api/purchaseorders HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 334
{
"customAttributes": {},
"facilityRef": "text",
"orderDate": "2025-07-02T01:50:21.917Z",
"requestedDate": {
"type": "ASAP",
"value": "2025-07-02T01:50:21.917Z"
},
"requestedItems": [
{
"customAttributes": {},
"quantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"tenantArticleId": "text"
}
],
"status": "OPEN",
"supplier": {
"name": "text"
}
}
{
"created": "2025-07-02T01:50:21.917Z",
"customAttributes": {},
"facilityRef": "text",
"id": "text",
"inboundProcessRef": "text",
"lastModified": "2025-07-02T01:50:21.917Z",
"orderDate": "2025-07-02T01:50:21.917Z",
"requestedDate": {
"type": "ASAP",
"value": "2025-07-02T01:50:21.917Z"
},
"requestedItems": [
{
"customAttributes": {},
"quantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"tenantArticleId": "text"
}
],
"status": "OPEN",
"supplier": {
"name": "text"
},
"transfer": {
"id": "text"
},
"version": 1
}
This field is deprecated. Set the status to 'CANCELED' Set the purchaseOrder to 'cancelled'. No further deliveries will be expected. Already received goods are unaffected.
Attributes that can be added to this entity. These attributes cannot be used within fulfillment processes, but enable you to attach custom data from your systems to fulfillmenttools entities.
Time and date at which the order was placed. Note: This does not refer to the creation date of this entity in the system.
Time and date at which the order is expected to arrive. Use 'ASAP' for deliveries with unknown date, but be aware that some features will not include these orders.
PUT /api/inboundprocesses/{inboundProcessId}/purchaseorder HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 325
{
"customAttributes": {},
"orderDate": "2025-07-02T01:50:21.917Z",
"requestedDate": {
"type": "ASAP",
"value": "2025-07-02T01:50:21.917Z"
},
"requestedItems": [
{
"customAttributes": {},
"quantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"tenantArticleId": "text"
}
],
"status": "OPEN",
"supplier": {
"name": "text"
},
"version": 1
}
{
"created": "2025-07-02T01:50:21.917Z",
"customAttributes": {},
"id": "text",
"lastModified": "2025-07-02T01:50:21.917Z",
"orderDate": "2025-07-02T01:50:21.917Z",
"requestedDate": {
"type": "ASAP",
"value": "2025-07-02T01:50:21.917Z"
},
"requestedItems": [
{
"customAttributes": {},
"quantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"tenantArticleId": "text"
}
],
"status": "OPEN",
"supplier": {
"name": "text"
},
"transfer": {
"id": "text"
}
}
Receipt
enables mapping a receipt to one of the ASNs in this inbound process
Attributes that can be added to this entity. These attributes cannot be used within fulfillment processes, but enable you to attach custom data from your systems to fulfillmenttools entities.
date-time of the arrival of the items in the facility
status of this receipt, only receipts with status 'FINISHED' are booked. IN_PROGRESS can be used to save partial receipts.
POST /api/inboundprocesses/{inboundProcessId}/receipts HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 416
{
"asnRef": "text",
"comments": [
{
"content": "text",
"userRef": "text"
}
],
"customAttributes": {},
"receivedDate": "2025-07-02T01:50:21.917Z",
"receivedItems": [
{
"acceptedQuantity": {
"unit": "text",
"value": 1
},
"comments": [
{
"content": "text",
"userRef": "text"
}
],
"customAttributes": {},
"rejectedQuantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"storageLocationRef": "text",
"tenantArticleId": "text"
}
],
"status": "OPEN"
}
{
"asnRef": "text",
"comments": [
{
"content": "text",
"documentSetRef": "text",
"id": "text",
"userRef": "text"
}
],
"customAttributes": {},
"id": "text",
"receivedDate": "2025-07-02T01:50:21.917Z",
"receivedItems": [
{
"acceptedQuantity": {
"unit": "text",
"value": 1
},
"comments": [
{
"content": "text",
"documentSetRef": "text",
"id": "text",
"userRef": "text"
}
],
"customAttributes": {},
"id": "text",
"rejectedQuantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"storageLocationRef": "text",
"tenantArticleId": "text"
}
],
"status": "OPEN"
}
25
GET /api/inboundreceiptjobs HTTP/1.1
Host:
Accept: */*
{
"inboundReceiptJobs": [
{
"expectedDate": {
"type": "ASAP",
"value": "2025-07-02T01:50:21.917Z"
},
"facilityRef": "text",
"id": "text",
"inboundProcessRef": "text",
"items": {
"customAttributes": {},
"quantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"tenantArticleId": "text"
},
"origin": {
"name": "text"
},
"originReadableId": "text",
"originReadableName": "text",
"status": "OPEN"
}
],
"total": 1
}
GET /api/inboundreceiptjobs/{inboundEntryId} HTTP/1.1
Host:
Accept: */*
{
"expectedDate": {
"type": "ASAP",
"value": "2025-07-02T01:50:21.917Z"
},
"facilityRef": "text",
"id": "text",
"inboundProcessRef": "text",
"items": {
"customAttributes": {},
"quantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"tenantArticleId": "text"
},
"origin": {
"name": "text"
},
"originReadableId": "text",
"originReadableName": "text",
"status": "OPEN"
}
enables mapping a receipt to one of the ASNs in this inbound process
Attributes that can be added to this entity. These attributes cannot be used within fulfillment processes, but enable you to attach custom data from your systems to fulfillmenttools entities.
date-time of the arrival of the items in the facility
status of this receipt, only receipts with status 'FINISHED' are booked. IN_PROGRESS can be used to save partial receipts.
POST /api/receipts HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 437
{
"asnRef": "text",
"comments": [
{
"content": "text",
"userRef": "text"
}
],
"customAttributes": {},
"facilityRef": "text",
"receivedDate": "2025-07-02T01:50:21.917Z",
"receivedItems": [
{
"acceptedQuantity": {
"unit": "text",
"value": 1
},
"comments": [
{
"content": "text",
"userRef": "text"
}
],
"customAttributes": {},
"rejectedQuantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"storageLocationRef": "text",
"tenantArticleId": "text"
}
],
"status": "OPEN"
}
{
"asnRef": "text",
"comments": [
{
"content": "text",
"documentSetRef": "text",
"id": "text",
"userRef": "text"
}
],
"created": "2025-07-02T01:50:21.917Z",
"customAttributes": {},
"id": "text",
"inboundProcessRef": "text",
"lastModified": "2025-07-02T01:50:21.917Z",
"receivedDate": "2025-07-02T01:50:21.917Z",
"receivedItems": [
{
"acceptedQuantity": {
"unit": "text",
"value": 1
},
"comments": [
{
"content": "text",
"documentSetRef": "text",
"id": "text",
"userRef": "text"
}
],
"customAttributes": {},
"id": "text",
"rejectedQuantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"storageLocationRef": "text",
"tenantArticleId": "text"
}
],
"status": "OPEN",
"version": 1
}
GET /api/receipts/{receiptId} HTTP/1.1
Host:
Accept: */*
{
"asnRef": "text",
"comments": [
{
"content": "text",
"documentSetRef": "text",
"id": "text",
"userRef": "text"
}
],
"created": "2025-07-02T01:50:21.917Z",
"customAttributes": {},
"id": "text",
"inboundProcessRef": "text",
"lastModified": "2025-07-02T01:50:21.917Z",
"receivedDate": "2025-07-02T01:50:21.917Z",
"receivedItems": [
{
"acceptedQuantity": {
"unit": "text",
"value": 1
},
"comments": [
{
"content": "text",
"documentSetRef": "text",
"id": "text",
"userRef": "text"
}
],
"customAttributes": {},
"id": "text",
"rejectedQuantity": {
"unit": "text",
"value": 1
},
"stockProperties": {
"expiry": "text"
},
"storageLocationRef": "text",
"tenantArticleId": "text"
}
],
"status": "OPEN",
"version": 1
}
Last updated
Was this helpful?