Partner onboarding
Shipping API
Compare shipping rates, create labels, track parcels, schedule pickups and manage insurance through one model.
Interactive playground
SandboxShipping rates
Response
—
{
"data": {
"ready": true
}
}cURL
curl https://api.quoapi.com/v1/shipping/rates \
-H "Authorization: Bearer gi_test_..."Quickstart
One contract across the catalog.
Use a test key while integrating. Test traffic is isolated from production traffic and the provider layer remains abstracted behind QuoAPI capabilities.
Authentication
Bearer API keys use gi_test_* and gi_live_* prefixes. Full secrets are shown only once.
Error model
Errors use a stable error.code, human-readable message, request ID and structured details.
Idempotency
Billable write operations use stable idempotency semantics as part of the production contract.
Monitoring
Provider health and contract changes are separated from the public capability contract.