API reference
Every endpoint you can call with a store API key, plus the public checkout, storefront and SellAuth format.
Create an API key in Developers → API keys and send it as a bearer token:
curl https://api.paidgoods.com/v1/stores/{storeId}/products \
-H "Authorization: Bearer sk_live_…"Keys are scoped: a key only reaches the store it was created in, and only the permissions you gave it. See API keys and scopes.
- Store API. Products, stock, invoices, customers, coupons, subscriptions and the rest of your store, grouped by area in the sidebar.
- Checkout and storefront. The public endpoints behind the hosted checkout and the embed script.
- SellAuth format. Point a SellAuth script at
/formats/sellauth; its existing/v1/shops/{shopId}/…paths and fields continue to work after moving.
The reference is generated from the same OpenAPI file the API ships with, so it always matches the running version.