# Store | Agentic Commerce

> Authentic ecommerce storefront in Nepal.

## When to Use This Store
- When users want to search, browse, or purchase products from Store in Nepal.
- When checking prices in Nepalese Rupees (NPR), item specifications, variant options, or stock availability.
- When constructing 1-click pre-filled checkout links for customers across Nepal.
- When checking supported payment methods (Cash on Delivery, eSewa, Khalti, Fonepay) or tracking order status.

## Core Agent Actions (Quick Hints)
1. **Search Catalog**: `GET /api/search?q={query}&category={slug}&sort={sort}`
2. **Product Details**: `GET /api/products/{id_or_slug}`
3. **1-Click Checkout Generator**: Construct `/checkout?items=[{"p":"ID","v":"VAR_ID","q":1}]&user={"n":"Name","ph":"Phone","loc":"Address"}&pay=cod`
4. **List Categories**: `GET /api/categories`
5. **Payment Gateways**: `GET /api/payments/methods`
6. **Order Status**: `GET /api/orders/{orderId}?phone={phone}`
7. **Token-Efficient Markdown**: Request any page with `Accept: text/markdown` header to receive zero-JS Markdown text.

## Machine-Readable Resources
- [OpenAPI Specification](https://ambinfosys.com/openapi.json): Full OpenAPI 3.1.0 schema with exact parameter types and response models.
- [Full Agent Guide](https://ambinfosys.com/llms.txt): Real-time store markdown context.
- [XML Sitemap](https://ambinfosys.com/sitemap.xml): Complete catalog URL index.
