Platform & API

Built for stores that want it wired in directly

If you’d rather not use our self-service quote tool by hand for every order, our API and store plugins handle quotes, order submission, and tracking directly from your own platform.

Real-Time Quotes
Send dimensions, inspection tier, and destination — get a full price breakdown back in one request.
Order Tracking
One tracking reference covers the full journey from our Foshan facility to final delivery.
Automated Order Submission
Push orders directly into our inspection and delivery queue — no manual re-entry.
Shopify Plugin WooCommerce Custom REST API
POST /api/v1/quote
{
  "destination_country": "US",
  "inspection_tier":   "standard",
  "dimensions_cm": { "l": 110, "w": 85, "h": 75 },
  "weight_kg": 45
}

// response
{
  "quote_id": "SS_Q_88213",
  "total_usd": 539.84,
  "valid_days": 30
}

Want API access?

Request Access