How to receive reports and documents

The Yandex.Market API allows you to receive reports and documents. Their types

Generation takes time, so first you need to make a request for the generation itself, and then to receive the finished report or document.

How to order a report or document

Make a request that matches the type of report or document you need. In the request, set the settings and filters, and specify the format in which you want to get the result. The available formats are specified in the description of each method.

Type of report or document

How to start generation

Closing documents

POST reports/closure-documents/generate

Assembly Sheet

POST reports/documents/shipment-list/generate

Sales Analytics Report

POST reports/shows-sales/generate

Impression Boost Report

POST reports/shows-boost/generate

Sales Boost Report

POST reports/boost-consolidated/generate

Sales Geography Report

POST reports/sales-geography/generate

Report on the movement of goods

POST reports/goods-movement/generate

Order Report

POST reports/united-orders/generate

Jewelry Order Report

POST reports/jewelry-fiscal/generate

Report on key indicators

POST reports/key-indicators/generate

Competitive Position Report

POST reports/competitors-position/generate

Report on non-purchases and refunds

POST reports/united-returns/generate

Turnover Report

POST reports/goods-turnover/generate

Warehouse balance report

POST reports/stocks-on-warehouses/generate

Product Reviews Report

POST reports/goods-feedback/generate

Coverage Promotion Report

POST reports/banners-statistics/generate

Payment report:

  • about payments for the period;
  • about the payment order;
  • about Yandex. Market points.

POST reports/united-netting/generate

Shelf Report

POST reports/shelf-statistics/generate

Implementation Report

POST reports/goods-realization/generate

Report on the cost of services:

  • by the date of service accrual;
  • by the date of the act's formation.

POST reports/united-marketplace-services/generate

Report on convergence with closing documents

POST reports/closure-documents/detalization/generate

Market Prices Report

POST reports/prices/generate

Labels for all boxes in multiple orders

POST reports/documents/labels/generate

How do I know if a report or document is ready?

Make a request GET reports/info/{reportId}.

You will receive the status of the report or document generation and the estimated time remaining until the generation is completed.

How to get a ready-made report or document

After the generation time is over, repeat the request. GET reports/info/{reportId}.

If the report or document has been generated, you will receive a link to download it.