> ## 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

> Admin API specification for version 3.

<Warning>
  Admin v3 API will remain in Active Long Term Support until **2026-12-31**, after which it will reach End of Life. For information on upgrading to Admin v4, see the [upgrade guide](/elevate/docs/api/admin/v4/v4-upgrade).
</Warning>

## New features

* Multilingual support for markets
* Long-running imports

## 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 Admin API; changes related to `Queries` and unauthorized `Notifications` are found in the [Storefront API](/elevate/docs/api/storefront/overview).

| Endpoints                                                                                                                                    | New value                        | Previous value           | Description                                                                                                                     |
| -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------- |
| **All**                                                                                                                                      | `/api/admin/v{major}/{resource}` | `/api/v{1-2}/{resource}` | Path pattern changed.                                                                                                           |
| [`import/pages`](/elevate/docs/api/admin/v3/import/pages)<br />[`export/pages`](/elevate/docs/api/admin/v3/export/pages)                     | `headings`                       | `heading`                | Page schema updated, structure changed to map of locale to heading.                                                             |
| [`import/pages`](/elevate/docs/api/admin/v3/import/pages)<br />[`export/pages`](/elevate/docs/api/admin/v3/export/pages)                     | `paths`                          | N/A                      | Page schema updated, added support for map of locale to page paths.                                                             |
| [`import/pages`](/elevate/docs/api/admin/v3/import/pages)<br />[`export/pages`](/elevate/docs/api/admin/v3/export/pages)                     | `additional`                     | `additional`             | Page schema updated, structure changed to map of locale to keywords.                                                            |
| [`import/navigation`](/elevate/docs/api/admin/v3/import/navigation)<br />[`export/navigation`](/elevate/docs/api/admin/v3/export/navigation) | `locale`                         | N/A                      | Navigation schema updated, added **required** locale.                                                                           |
| [`import/data`](/elevate/docs/api/admin/v3/import/data)                                                                                      | `202` after timeout              | Error after timeout      | Response updated, supporting [long-running imports](/elevate/docs/integration/catalog-imports/scheduling#long-running-imports). |
| [`import/data`](/elevate/docs/api/admin/v3/import/data)                                                                                      | `blockingTimeout`                | N/A                      | Optional query parameter added.                                                                                                 |
| [`import/status`](/elevate/docs/api/admin/v3/import/status)                                                                                  | New endpoint                     | N/A                      | Supports status for [long-running imports](/elevate/docs/integration/catalog-imports/scheduling#long-running-imports).          |

## Resources

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

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

## Endpoints

### Event data

* [Create export customer job](/elevate/docs/api/admin/v3/event-data/create-export-customer-job)
* [Create remove customer job](/elevate/docs/api/admin/v3/event-data/create-remove-customer-job)
* [Export customer job result](/elevate/docs/api/admin/v3/event-data/export-customer-job-result)
* [Job status](/elevate/docs/api/admin/v3/event-data/job-status)

### Export

* [Data](/elevate/docs/api/admin/v3/export/data)
* [Navigation](/elevate/docs/api/admin/v3/export/navigation)
* [Pages](/elevate/docs/api/admin/v3/export/pages)
* [Product groups](/elevate/docs/api/admin/v3/export/product-groups)
* [Templates](/elevate/docs/api/admin/v3/export/templates)

### Import

* [Data](/elevate/docs/api/admin/v3/import/data)
* [Navigation](/elevate/docs/api/admin/v3/import/navigation)
* [Pages](/elevate/docs/api/admin/v3/import/pages)
* [Status](/elevate/docs/api/admin/v3/import/status)
* [Templates](/elevate/docs/api/admin/v3/import/templates)

### Notifications

* [Latest](/elevate/docs/api/admin/v3/notifications/latest)
* [Payment](/elevate/docs/api/admin/v3/notifications/payment)

### Status

* [Status](/elevate/docs/api/admin/v3/status)
