1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-11-24 08:52:18 +02:00

Инструкции Ozon

This commit is contained in:
Anton Titovets 2024-09-10 15:37:52 +03:00
parent 730c57d75b
commit 20ac4d0d0b
2 changed files with 34 additions and 2 deletions

View File

@ -9,4 +9,20 @@ sidebar_class_name: Ozon
This section is dedicated to the library for working with Ozon Seller API. On this page, all the steps necessary to start working are described
## Getting started
## Getting started
1. Authorize on [Ozon Seller](https://seller.ozon.ru/app/dashboard/main) portal and go to settings
![BF](../../static/img/Docs/Ozon/1.png)
<br/>
2. Go to **API Keys** (left pane) and copy the value from the **Client ID** field
![BF](../../static/img/Docs/Ozon/2.png)
3. Click the **Generate Key** button, select the required permissions and save the generated token
![BF](../../static/img/Docs/Ozon/3.png)
Client ID and generated key are used for authorization in each library method as the first two parameters: **ClientID** and **API Key**.

View File

@ -9,4 +9,20 @@ sidebar_class_name: Ozon
Этот раздел посвящен библиотеке для работы с Ozon Seller API. На данной странице описаны все действия, необходимые для полноценного начала работы
## Начало работы
## Начало работы
1. Авторизуйтесь на портале [Ozon Seller](https://seller.ozon.ru/app/dashboard/main) и перейдите в настройки
![BF](../../static/img/Docs/Ozon/1.png)
<br/>
2. Перейдите в раздел **API ключи** (левая панель) и скопируйте значение из поля **Client ID**
![BF](../../static/img/Docs/Ozon/2.png)
3. Нажмите кнопку **Сгенерировать ключ**, выберите необходимые разрешения и сохраните созданный токен
![BF](../../static/img/Docs/Ozon/3.png)
Client ID и сгенерированный ключ используются для авторизации в каждом методе библиотеки как первые два параметра: **IDКлиента** и **КлючAPI**