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.

Last updated