> For the complete documentation index, see [llms.txt](https://docs.partner.aboutyou.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.partner.aboutyou.com/api/getting-started.md).

# Getting Started

Welcome to the Seller Center API! Our API allows seamless integration with your operations, enabling automation, data synchronization, and workflow customization beyond the user interface.

### Key Features

* **Authentication & Security**: Secured via API Key authentication, available only to **Admin users**.
* **Product & Order Management**: Create, update, and retrieve products and orders programmatically.
* **Asynchronous Processing**: Bulk operations and large data updates return a **BatchRequestId** for asynchronous processing. Use the results endpoint to track status and retrieve the final output.
* **Webhooks**: Subscribe to real-time notifications for key events like order creation and status updates.

### How to get started

To get started integrating and using the Seller Center API, there are two key components to set up: **API Keys** for authentication and the **Sandbox Environment** for safe testing and experimentation. Both features are exclusively available to **Admin users**, ensuring secure access and controlled testing.

* [ ] [API Authentication](/api/getting-started/api-authentication.md)
* [ ] [Sandbox Environment](/api/getting-started/sandbox-environment.md)

### API Documentation

You can find our Open API Documentation at [**https://partner.aboutyou.com/api/v1/docs**](https://partner.aboutyou.com/api/v1/docs)**.**&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.partner.aboutyou.com/api/getting-started.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.
