Store API
Read store, products, categories, inventory, customers, orders, payments, fulfillment.
Products
Integrate RentedMall into your own tools with store-scoped API keys and signed webhook deliveries.
Sellers and developers need programmatic access without bypassing tenant isolation.
Use Bearer API keys on /api/v1/open for store resources, and configure outbound webhooks with HMAC signatures and retries.
Capabilities
Read store, products, categories, inventory, customers, orders, payments, fulfillment.
Scoped, hashed at rest, revocable, rate-limited.
Signed payloads with timestamped HMAC headers.
Includes order.paid, payment.succeeded, fulfillment.completed, and related events.
problem+json responses with request IDs.
Keys never broaden beyond their store scope.
How it works
Generate a store API key under Integrations.
Pass resource query params with required scopes.
Register endpoints and verify signatures.
Drive ops from your own systems.
Use cases
Build on the catalog and order APIs.
React to paid orders and fulfillment events.
Related
FAQ
See Documentation → API for endpoints and conventions.
X-RentedMall-Webhook-Signature with t= and v1= HMAC components.
Start a store in the dashboard, or talk to us about your setup.