Orders
Last updated
Last updated
To understand what exactly an order is, please read the .
Orders with the same tenantOrderId
are only allowed if the previous orders are not in the status OPEN, LOCKED, or PROMISED. Cancel the previous orders first.
To create a new order at fulfillmenttools, call the following POST endpoint:
If the request was successful, it returns an HTTP 200 OK
response with a body that contains some new values:
id
: Every order has a unique generated ID for identification
version
: Version as part of our optimistic locking mechanism
orderLineItems[].id
: Each order line item has its ID
status
: Every order has a status, newly posted orders always have the status OPEN
processId
: A process is an entity containing every entity involved in the whole fulfilling process
created
: Time at which the order was created in the platform
lastModified
: Time the order was most recently modified