Order
The controller that will handle requests for orders.
| API | Description |
|---|---|
| POST api/Order/AddShipment |
No documentation available. |
| POST api/Order/AddShipments |
No documentation available. |
The Ordmation API requires bearer token for making authenticated requests.
You can obtain a bearer token by using endpoint /token. These are the parameters needed for Bearer Authenticated (also called token authentication).
Please refer below for example of Postman Request.
The controller that will handle requests for orders.
| API | Description |
|---|---|
| POST api/Order/AddShipment |
No documentation available. |
| POST api/Order/AddShipments |
No documentation available. |