# 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="https://407468006-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfPzmNpsOZnU4ujov7zQD%2Fuploads%2FslmDgqatNp9140kdmClM%2Fdoc_img_1.webp?alt=media&#x26;token=49349e74-665c-447d-a268-919e10be81fb" alt=""><figcaption><p>Start Selling on Driffle</p></figcaption></figure>

## Recommendations

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

{% content-ref url="guide/getting-started" %}
[getting-started](https://docs.driffle.com/driffle-seller-api-legacy/guide/getting-started)
{% endcontent-ref %}

{% content-ref url="faq" %}
[faq](https://docs.driffle.com/driffle-seller-api-legacy/faq)
{% endcontent-ref %}

{% content-ref url="reference/api-reference" %}
[api-reference](https://docs.driffle.com/driffle-seller-api-legacy/reference/api-reference)
{% endcontent-ref %}


---

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