Fetching an Order
Orders can be fetched in multiple ways in Crystallize, either by using the order ID or via the customer identifier. This section explains how you can fetch an order with the help of an order ID. We recommend reading more about the order object before fetching an order.
In order to perform these operations, ensure that you have the proper authentication (if necessary) and user permissions.
Once you have generated access tokens, you can use the following endpoint to query the Order API:
https://api.crystallize.com/your-tenant-identifier/orders
The above query is only fetching the most basic details. You can use any of the fields mentioned in the order object section to retrieve more information.