Guides / API

API

Call the versioned store API with scoped keys.

Steps

  1. Create a store API key under Integrations.
  2. Call GET /api/v1/open?resource=... with Authorization: Bearer ap_<keyId>_<secret>.
  3. Resources include store, products, categories, inventory, customers, orders, payments, fulfillment.
  4. Respect scopes and rate limits; errors return problem+json with request IDs.

Related: Documentation · Help · FAQ