Back to Docs
Developer Reference

API Reference

Build custom integrations and automate your store with the StoreVase REST API. Our API documentation is currently being written.

API docs coming soon

The full API reference is being prepared. Register your interest and we'll notify you when it's available.

Notify me when ready

Authentication

All API requests must include a Bearer token in the Authorization header. Generate API keys from your dashboard at Settings → Developer → API Keys.

# Example request curl https://api.storevase.com/v1/products \ -H “Authorization: Bearer YOUR_API_KEY”

Stores

Retrieve and update your store configuration.

GET/stores/meComing soon
PATCH/stores/meComing soon

Products

Manage your product catalogue programmatically.

GET/productsComing soon
POST/productsComing soon
PATCH/products/:idComing soon
DELETE/products/:idComing soon

Orders

Retrieve and update order status and fulfilment.

GET/ordersComing soon
GET/orders/:idComing soon
PATCH/orders/:idComing soon

Customers

Access customer profiles and purchase history.

GET/customersComing soon
GET/customers/:idComing soon

Inventory

Read and update stock levels for product variants.

GET/inventoryComing soon
PATCH/inventory/:variantIdComing soon

Webhooks

Register endpoints to receive real-time event notifications.

GET/webhooksComing soon
POST/webhooksComing soon
DELETE/webhooks/:idComing soon

Need API access now?

Reach out and our team will work with you on early API access.

Contact developer relations