REST Create Order
Use this integration option to create orders in real time.
Key Features
- Creates orders in real time, order by order (Inbound).
- Customers can create draft or submitted orders.
Best Practices
Recommended for orders with less than 50 lines.
Constraints
- If an order request is to run for more than 5 minutes, the REST API might produce a 504-gateway time-out error. The request can still be processed after the gateway time out if there are no other validation failures while the order processes. You might need to run a
GET
action to validate that the order is created.Note: As this might change in future releases, we think it's best that you don't rely on the behavior of the request getting processed even after the 504 gateway time-out error. - No asynchronous support is currently available. For large orders, either the file-based data import (FBDI) or the REST stage order option is recommended.