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

# Driffle Seller API

## Introduction

[Driffle ](https://driffle.com)provides a REST API to manage your sales and reports. The API is secured by an API Key and uses authorization mechanism with `Bearer` tokens. This API is available only for Driffle merchants selling digital products. To become a merchant, please navigate to [Sell on Driffle](https://driffle.com/sell-on-driffle) page and fill in the form. After evaluation, you will be contacted by Driffle representative with information about becoming a merchant.

These APIs allow you to Create new offers, Update prices, Keep check on Competitions, Upload stock and manage stock.&#x20;

{% hint style="success" %}
Please Note that this API documentation is actively managed and supported **indefinitely**.
{% endhint %}

<figure><img src="/files/sgcbcsmotaRLW0qJmm5P" alt=""><figcaption><p>Start Selling on Driffle</p></figcaption></figure>

## Recommendations

We recommend to start from the [Getting Started](/driffle-seller-api-legacy/guide/getting-started.md) guide. In case you you have questions, please read the "[FAQ](/driffle-seller-api-legacy/faq.md)" section from the side-menu. To get detailed information on API endpoints, Request & response schemas - please refer to the "[API reference](/driffle-seller-api-legacy/reference/automate-your-stock-with-declare-stock.md)" section.

{% content-ref url="/pages/dSKWDcxtxpoEmvMLwi0S" %}
[Getting Started](/driffle-seller-api-legacy/guide/getting-started.md)
{% endcontent-ref %}

{% content-ref url="/pages/Ts9iRN1MxBA6JyntGTSP" %}
[FAQ](/driffle-seller-api-legacy/faq.md)
{% endcontent-ref %}

{% content-ref url="/pages/nVRoWa0cHnjosBgh0kX0" %}
[API Reference](/driffle-seller-api-legacy/reference/api-reference.md)
{% endcontent-ref %}


---

# 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.driffle.com/driffle-seller-api-legacy/driffle-seller-api.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.
