Working with API

Table of Contents

Ozon Seller API is an interface for working with the Ozon marketplace. It allows Ozon and the seller to exchange information and automate routine operations.

For example, using Ozon Seller API methods, you can:

  • upload and update products;
  • manage prices and product stock;
  • get information about returns;
  • manage orders under FBO, FBS and realFBS schemes;
  • manage chats;
  • work with invoices;
  • get financial and analytical information;
  • get details on attributes and features.

Learn more about Ozon Seller API

Using API

For security, the Seller API uses API key authentication that verifies the authenticity of requests.

Working with API consists of sending a request and receiving a response. To do this, you can use the Console tab in the Seller API documentation, Postman or set up integration with accounting systems, for example, 1C, ERP, or MoySklad.

How to test methods via the console

Get API key

Don’t share the API key with third parties.
  1. In your account, go to the Settings → Seller API section.

  2. Click Generate key.

  3. Name the key and select a role that sets the access level.

  4. Click Generate.

Each API key can only use certain methods depending on the selected role. You can create multiple API keys, for example, if you have multiple users with different access levels.

Specify the range of IP addresses to manage store

  1. Go to the API key settings: click → Edit.

  2. In the Allowed networks section, click Add network.

  3. Enter a name for the network. In the “Address” field, specify the range in the CIDR notation structure.

  4. Save the changes.

Test methods

To make a request:

  1. In the method card, go to the Console tab.

  2. Click and fill in the fields:

    • Client ID: seller identifier;
    • Api Key: API key.
  3. Fill in the request body.

  4. Click Make request.

If you have any questions, contact support via your account.

Table of Contents

Hide menu

Show menu