Getting Started
Account Management
Token Management
Order Management
Shipment Management
Getting Started
Authentication
All API requests require authentication using an API key. To generate a new API key:
- Log in to your Ship.com dashboard
- Navigate to Settings > API Integration
- Click "Generate New API Key"
Include your API key in the Authorization header of all requests:
1Authorization: Bearer YOUR_API_KEY
All endpoints require an OAuth2 Bearer token in the Authorization header.
Common Errors
Errors return a JSON envelope:
- Invalid Credentials
- Expired Credentials