API
The MarketplaceHub REST API: minting credentials, the token exchange, and a reference for every endpoint — orders, inventory, product types, webhooks, marketplaces and jobs.
Getting started
Mint a credential in the app, exchange it for a token with client_credentials, and make your first authenticated call. Includes the full scope list.
Read pageConventions
Error codes and problem+json, rate limits and Retry-After, idempotency keys, paging, and incremental polling — the rules that hold across every endpoint.
Read pageOrders
List and fetch orders, confirm shipments with tracking, cancel and refund. Includes which marketplaces order writes actually reach today.
Read pageInventory
Push price and stock by SKU with per-SKU results, read your catalogue, and create products: search marketplace categories, read attribute schemas, and publish with schema-validated create.
Read pageMarketplaces and jobs
Read the health of your marketplace connections and find out why a push failed, and follow the asynchronous jobs that endpoints hand back.
Read pageWebhooks
Subscribe an https endpoint to account events, verify the HMAC signature on each delivery, and understand the retry schedule and the auto-disable rule.
Read pageMCP server
Connect Claude or ChatGPT to your account over the Model Context Protocol. One address, no credential to mint, and eleven tools: nine that read your account, and two that update price, stock and shipments.
Read page