Plug in the shopyou already run.
Orders arrive in one queue and tracking goes back to where the sale happened. Here is exactly what connects today, and what does not.
Selling on Etsy, Shopify or TikTok Shop needs none of this — connect the shop and orders arrive on their own. See how that works.
A key, and a mode.
Where it goes
Send it as X-API-Key, or as Authorization: Bearer egk_…. Either works.
TEST simulates, LIVE is real
A test key exercises the same routes and shapes without making anything or charging anything. /api/v1/ping tells you which mode a key is in, so you never have to guess.
Scoped, and revocable
A key carries only the scopes you grant it, and revoking one takes effect immediately. Only the last four characters are ever shown again.
Eight endpoints, and one we do not sell.
Quote a basket, create the order, read its status and tracking, cancel it, check the wallet. That is the whole surface — small on purpose, because everything the factory does after an order exists is our job rather than something you orchestrate.
Buying carrier labels is not part of it. Those three routes answer 501 and always will: we buy labels internally when we ship your order, and we do not resell label purchasing.