CommerceOps Hub API
CommerceOps Hub API is the only API that validates and enriches product data for both global platforms (Google Merchant, Meta Catalog, Shopify) and Asian marketplaces (Shopee TW/SG/MY/ID, MOMO, PChome, Lazada, TikTok Shop) — all in one subscription. 🌏 SUPPORTED PLATFORMS • Google Merchant Center — Feed validation with error codes and fix suggestions • Meta / Facebook Catalog — Product compliance…
CommerceOps Hub API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
/health /health |
|
| Info | ||
| GET |
/platforms /platforms |
Returns all 11 supported e-commerce platforms with their endpoints and regions. |
| Validate | ||
| POST |
/validate/meta-catalog /validate/meta-catalog |
Validate a product for Facebook and Instagram Dynamic Ads catalog. Checks all required fields per Meta's catalog specifications. |
| POST |
/validate/pchome /validate/pchome |
Validate product data for PChome 24h, Taiwan's leading 24-hour delivery platform. Checks name length (max 50 chars), category code, and required fields. |
| POST |
/batch/validate /batch/validate |
Validate multiple products at once against a target platform. BASIC plan: max 50 products. PRO: 200. ULTRA: 500. MEGA: 1,000. Supports: google_merchant, meta_catalog, shopee,… |
| POST |
/validate/image /validate/image |
Check if image dimensions, file size, and format meet platform requirements. Supports: google_merchant, meta_catalog, shopee, momo, amazon, general. |
| POST |
/validate/shopee /validate/shopee |
Validate a product for Shopee across 7 markets: TW, SG, MY, ID, PH, TH, VN. Each market returns the correct local currency. Checks name length, price, stock, image count, and… |
| POST |
/validate/tiktok-shop /validate/tiktok-shop |
Validate product data for TikTok Shop. Checks title length, category, images, and SKU structure including price and stock. |
| POST |
/validate/customer /validate/customer |
Validate email address and/or phone number. Returns normalized values and validation status. |
| POST |
/validate/google-merchant /validate/google-merchant |
Validate a product against Google Merchant Center requirements. Returns errors, warnings, and a compliance score (0-100). Checks required fields, price format, availability… |
| POST |
/validate/shopify /validate/shopify |
Validate product data for Shopify. Checks title, variant count (max 100), variant price, SKU length, and image limits. |
| POST |
/validate/lazada /validate/lazada |
Validate product data for Lazada across 6 Southeast Asian markets: SG, MY, TH, ID, PH, VN. Validates name length, SKU structure (SellerSku, price, quantity), and description… |
| POST |
/validate/momo /validate/momo |
Validate product data for MOMO 購物, Taiwan's largest online marketplace. Checks name length (max 60 chars), required fields, weight limits, and image requirements. |
| Analytics | ||
| POST |
/detect/price-anomaly /detect/price-anomaly |
Find outlier prices in your product catalog using z-score statistical analysis. Products with z-score > 2 are flagged as anomalies (medium), > 3 as high severity. Useful for… |
| AI | ||
| POST |
/ai/description /ai/description |
Generate professional product descriptions in English or Chinese (Traditional/Simplified). Choose tone: professional, casual, or luxury. No external AI API required — fast… |
| Transform | ||
| POST |
/convert/csv /convert/csv |
Convert a CSV string to a platform-ready JSON format. Supports: google_merchant, meta_catalog, shopee, momo. Auto-maps common field names (title/name, image_url/image, etc.). |
| POST |
/normalize/product /normalize/product |
Standardize messy product data from any field naming convention into a clean, consistent structure. Auto-detects field names (e.g., "product_name" → "title", "unit_price" →… |
| POST |
/localize/zh /localize/zh |
Convert product text between Simplified and Traditional Chinese. Direction: "to-tw" (Simplified → Traditional) or "to-cn" (Traditional → Simplified). Covers common e-commerce… |
CommerceOps Hub API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $9 / month | 10 / second |
|
| PRO Recommended | $29 / month | 10 / second |
|
| ULTRA | $79 / month | 10 / second |
|
| MEGA | $199 / month | 10 / second |
|