Skip to content

Commit

Permalink
Инструкции Ozon
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayselonarrend committed Sep 10, 2024
1 parent 730c57d commit 20ac4d0
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
18 changes: 17 additions & 1 deletion docs/en/md/Instructions/Ozon.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
18 changes: 17 additions & 1 deletion docs/ru/md/Instructions/Ozon.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

0 comments on commit 20ac4d0

Please sign in to comment.