APIs/Shipping API
SH
Partner onboarding

Shipping API

Compare shipping rates, create labels, track parcels, schedule pickups and manage insurance through one model.

6 capabilitiesVersion 1.0.0shipment billing unit
Base URLhttps://api.quoapi.com/v1AuthenticationAuthorization: Bearer gi_test_...Get a test key
Interactive playground

Shipping rates

Sandbox
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.