Getting Started
Account Management
Token Management
Order Management
Shipment Management
Order Management
Order Delete
Retrieve detailed information about an order using the https://app.ship.com/public/order/{id} endpoint.
Successful Response Example
1{
2 "success": true
3}
Error Response Example
1{
2 "success": true
3 "error": "string"
4}