get
https://apiv4.ordering.co////orders/
This API endpoint is used to obtain a specific order.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
mode:dashboardis required to find an order which does not belong to the logged in user.
Using Ordering SDK
const response = await ordering.orders(orderId).get();
