🚀 v2.4 API Available

ShopHub Developer Platform

Build powerful apps, integrations and plugins on ShopHub's robust API. Access products, orders, analytics, AI and more.

12,480
API Calls Today
↑ 4.2% vs yesterday
99.7%
Success Rate
↑ 0.1% improvement
🔔
4
Active Webhooks
All endpoints healthy
🔌
7
Installed Plugins
2 updates available

🚀 Getting Started

Complete these steps to unlock the full platform

Create a developer account
Completed Jan 12, 2025
Generate your first API key
Completed Jan 12, 2025
Make your first API call
Completed Jan 13, 2025
Publish your first app
Submit to Plugin Marketplace
Join the developer community
Connect with 8,400+ developers

💻 Quick Start Example

curl · bash
# List products from your ShopHub store
curl -X GET \
  https://api.shophub.io/v1/products \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "limit": 20,
    "offset": 0,
    "category": "electronics"
  }'

# Response: 200 OK
{
  "data": [ ... ],
  "total": 148,
  "page": 1
}
📦
Install the SDK
Official SDKs for Node.js, Python, PHP, Go
npm i @shophub/sdk
⚠️
Keep your API keys secret. Never expose them in client-side code or public repositories.

Your API Keys (3)

Rate limit: 10,000 req/hour (Pro)
Key Name API Key Created Last Used Permissions Status Actions
Production Key
sk-sh-****-****-a4f2
Jan 12, 2025 2 mins ago read:products write:orders read:analytics Active
Development Key
sk-sh-****-****-b9c1
Jan 15, 2025 1 hour ago read:products read:orders Active
Analytics Key
sk-sh-****-****-d7e5
Jan 20, 2025 3 days ago read:analytics read:users Expiring
🚀 Quickstart
🔒 Authentication
📦 Products API
🛒 Orders API
💳 Wallet API
🔔 Webhooks
📚 SDKs

🚀 Quickstart Guide

Welcome to the ShopHub API! This guide will help you make your first API call in under 5 minutes. Our REST API lets you manage products, process orders, handle payments, generate AI content, and access analytics — all from your app.

All requests must be made over HTTPS. We use standard HTTP response codes and return JSON for all responses.

🔒 Authentication

Authenticate by passing your API key in the Authorization header as a Bearer token:

HTTP Header
Authorization: Bearer sk-sh-your-api-key-here
Content-Type: application/json
X-ShopHub-Version: 2024-01-01

🌐 Base URL

BASE https://api.shophub.io/v1

📋 API Endpoints

Method Endpoint Description Auth
GET /products List all products in your store ✅ Required
POST /orders Create a new order ✅ Required
GET /wallet/balance Retrieve wallet balance and transactions ✅ Required
POST /wallet/transfer Initiate a wallet transfer ✅ Required
POST /ai/generate-description AI-generate a product description ✅ Required
GET /analytics Fetch store analytics and reports ✅ Required
POST /webhooks Register a new webhook endpoint ✅ Required
GET /users/me Get current authenticated user info ✅ Required

Active Webhooks (4)

https://myapp.com/webhooks/orders
order.created order.shipped
Last triggered: 5 mins ago
● Active
https://myapp.com/webhooks/payments
payment.received payment.failed
Last triggered: 22 mins ago
● Active
https://myapp.com/webhooks/inventory
product.updated product.outofstock
Last triggered: 2 hours ago
● Active
https://slack.mycompany.com/hooks/shophub
order.created
Last triggered: 5 mins ago
◉ Degraded

Available Event Types

Subscribe to any combination of these events

Delivery Log

TimeEventEndpointResponseDuration
14:32:01order.created/webhooks/orders200 OK124ms
14:28:44payment.received/webhooks/payments200 OK88ms
14:11:22product.updated/webhooks/inventory200 OK201ms
13:55:08order.created/hooks/shophub503 Error5002ms
13:40:17order.shipped/webhooks/orders200 OK97ms
📊
Analytics Pro
Deep dive into your store metrics with advanced charts, cohort analysis and custom dashboards.
⬇ 12,400 installs ★ 4.9
🚚
Shipping Integration
Connect FedEx, UPS, DHL and 40+ carriers. Auto-calculate rates and print labels.
⬇ 8,920 installs ★ 4.8
🧾
Tax Manager
Automated tax calculation for 100+ countries. VAT, GST, sales tax — fully compliant.
⬇ 5,340 installs ★ 4.7
🔐
Social Login
Let customers sign in with Google, Facebook, Apple and Twitter in one click.
⬇ 9,110 installs ★ 4.8
💬
Live Chat
AI-powered live chat widget with chatbots, canned responses and agent handoff.
⬇ 6,780 installs ★ 4.6
📧
Email Marketing
Drag-and-drop email campaigns, automated flows and A/B testing for your store.
⬇ 7,230 installs ★ 4.7
Reviews System
Collect verified product reviews, display star ratings and respond to customer feedback.
⬇ 11,050 installs ★ 4.9
📦
Inventory Sync
Sync your inventory across Shopify, Amazon, WooCommerce and 20+ other platforms.
⬇ 4,560 installs ★ 4.5
💱
Currency Converter
Show prices in 150+ currencies with live exchange rates. Improves global conversion.
⬇ 3,890 installs ★ 4.6
📡
87,240
Total API Calls
↑ 18% this week
142ms
Avg Response Time
↓ 12ms faster
261
Total Errors
↑ 3 more than last week
💳
87.2K / 100K
Monthly Quota Used
Resets Feb 1

📊 Top Endpoints

GET /products
32,400
POST /orders
22,100
GET /analytics
13,800
POST /ai/describe
7,940
GET /wallet/balance
5,300
GET /users/me
2,700

📅 Daily API Calls (7 days)

Mon
Tue
Wed
Thu
Fri
Sat
Sun

🎯 Monthly Quota

API Calls Used 87,240 / 100,000
⚠️ 87% of quota used — consider upgrading