# Headless APIs for Storefront Data

New “headless” API endpoints have been added so you can access key store information without using the standard storefront pages. These endpoints let your developers securely pull store info, categories, products and handle customer login from external apps or custom frontends.

Available endpoints include:

* `/ajax/store/info` (GET) – Get store information
* `/ajax/categories` (GET) – Get your category structure
* `/ajax/auth/login` (POST) – Log customers in programmatically
* `/ajax/products` (GET) – Retrieve product data

**Benefits for you**

* Enable mobile apps, kiosks, or custom frontends to use your Storefront data.
* Keep product, category and store information in sync across multiple channels.
* Offer smoother login experiences in external applications using your existing customer accounts.
* Future‑proof your store for omnichannel and bespoke front‑end experiences.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.storefront.co.za/release-notes/new-features/2025-new-features/november-2025-new-features/headless-apis-for-storefront-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
