Guides / API
API
Call the versioned store API with scoped keys.
Steps
- Create a store API key under Integrations.
- Call GET /api/v1/open?resource=... with Authorization: Bearer ap_<keyId>_<secret>.
- Resources include store, products, categories, inventory, customers, orders, payments, fulfillment.
- Respect scopes and rate limits; errors return problem+json with request IDs.
Related: Documentation · Help · FAQ