# API Management

## API

The **API** feature lets you connect ZonWizard directly to your internal systems (such as management, inventory, or accounting software) to automate routine tasks.\
With the API, you can eliminate the need for manual **Excel import/export** operations.

{% hint style="danger" %}
***NOTE:***\
API access is available only for **Plus subscribers**.
{% endhint %}

With ZonWizard’s API, you can:

* **Send sales data** from other channels (e-commerce sites, marketplaces, or physical stores) to ZonWizard for a complete reporting overview.
* **Upload product purchase costs** programmatically.
* **Upload FBM shipping costs** programmatically.
* **Import tax data** generated by ZonWizard directly into your accounting software.

## How to connect to the API 's&#x20;

1. Open the **user menu** in ZonWizard.
2. Select **API Management**.
3. In this section, you can:
   * Generate your **ZonWizard API access token**.
   * Access the 🔗  [API documentation](https://r.mail.zonwizard.com/mk/cl/f/sh/1t6Af4OiGsGQ13NNVtr4U3zbZNq7ak/w-8gMlToVfWv) , which you can share with your software developer to set up the connection with your internal systems.

<figure><img src="/files/5vnpfp3fPyk3mJ5F0QvQ" alt=""><figcaption></figcaption></figure>


---

# 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://docs.zonwizard.com/user/api-management.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.
