Overview
The store, how it is put together, and what changed.
Documentation for the AUTOXSPARE online store — the auto parts shop in Jitra, Kedah, serving all of Malaysia.
Where to start
User guide
Running the shop day to day: products, orders, payments, delivery. Written for staff, no technical background needed.
What's new
Plain-language summary of every change, with a technical version alongside it.
API reference
Endpoints, payload shapes and the two payment and shipping integrations.
The short version
The shop runs on two applications:
| Piece | What it is | Where it lives |
|---|---|---|
| Storefront | What customers see | Vercel |
| Backend + admin | Products, orders, the admin panel | Railway, api.autoxspare.com |
The backend is Medusa v2 and the storefront is Next.js. Payments go through Curlec by Razorpay; delivery is built around EasyParcel. Everything is priced and settled in Malaysian Ringgit only.
These docs are updated as part of the work itself, not afterwards. Every change to the shop should land here at the same time — see Keeping these docs current.