> ## Documentation Index
> Fetch the complete documentation index at: https://product-discovery.developer.voyado.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Storefront API specification v3

## New features

* Multilingual support for markets

## Changes

This section lists changes from API 2 that must be considered when upgrading.

The listed changes are limited to the resources found in the Storefront API. Changes related to `Import`, `Export`, `Event data`, `Status`, and `Payment notifications` are found in the [Admin API](/elevate/docs/api/admin/v3/overview).

| Endpoints                                                              | New value                             | Previous value                    | Description                                                                                                        |
| ---------------------------------------------------------------------- | ------------------------------------- | --------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| **All**                                                                | `/api/storefront/v{major}/{resource}` | `/api/v{1-2}/{resource}`          | Path pattern changed.                                                                                              |
| **All queries**                                                        | `locale`                              | N/A                               | **Required** query parameter added.                                                                                |
| [`landing-page`](/elevate/docs/api/storefront/v3/queries/landing-page) | `pageReference`                       | `pageId`                          | Query parameter updated. A page reference is either a page ID or a localized path.                                 |
| N/A                                                                    | N/A                                   | Endpoint for unauthorized payment | Unauthorized payment support removed, use [authorized payments](/elevate/docs/api/admin/v3/notifications/payment). |

## Resources

Downloadable [utility resources](/elevate/docs/api/getting-started#utility-resources).

* [Postman collection](https://cdn.esales.apptus.com/open-api/postman/storefront-v3-collection.json) <Icon icon="download" size={14} />
* [OpenAPI specification](https://cdn.esales.apptus.com/open-api/specifications/storefront-v3.json) <Icon icon="download" size={14} />

## Endpoints

### Notifications

* [Ad impression](/elevate/docs/api/storefront/v3/notifications/ad-impression)
* [Add favorite](/elevate/docs/api/storefront/v3/notifications/add-favorite)
* [Add to cart](/elevate/docs/api/storefront/v3/notifications/add-to-cart)
* [Click](/elevate/docs/api/storefront/v3/notifications/click)
* [End](/elevate/docs/api/storefront/v3/notifications/end)
* [Remove favorite](/elevate/docs/api/storefront/v3/notifications/remove-favorite)
* [Remove recent searches](/elevate/docs/api/storefront/v3/notifications/remove-recent-searches)
* [Remove recently viewed](/elevate/docs/api/storefront/v3/notifications/remove-recently-viewed)

### Queries

* [Add to cart popup](/elevate/docs/api/storefront/v3/queries/add-to-cart-popup)
* [Autocomplete](/elevate/docs/api/storefront/v3/queries/autocomplete)
* [Cart page](/elevate/docs/api/storefront/v3/queries/cart-page)
* [Content information](/elevate/docs/api/storefront/v3/queries/content-information)
* [Content search page](/elevate/docs/api/storefront/v3/queries/content-search-page)
* [Discovery agent topic](/elevate/docs/api/storefront/v3/queries/discovery-agent-topic)
* [Landing page](/elevate/docs/api/storefront/v3/queries/landing-page)
* [Navigation tree](/elevate/docs/api/storefront/v3/queries/navigation-tree)
* [Product page](/elevate/docs/api/storefront/v3/queries/product-page)
* [Search page](/elevate/docs/api/storefront/v3/queries/search-page)
* [Sponsored page](/elevate/docs/api/storefront/v3/queries/sponsored-page)

### Utilities

* [Product information](/elevate/docs/api/storefront/v3/utilities/product-information)
