Sandbox Access

The developer will receive an email with a link to connect their account to a Yandex Passport account or create a new one.

Sandbox Link

Errors and Successful Requests

All errors and successful requests are displayed at the top of the Sandbox. All errors are described in sufficient detail, but if Partners have questions, they can clarify in a chat with Yandex employees.

Token Retrieval Check

The very first step for all methods is obtaining an authorization token of the Partner’s system. The Partner must enter the Host, Client ID, and Client secret. To repeat the request in Postman, data should be transmitted in the body as x-www-form-urlencoded. The Scope parameter is always sent as read write

The Host consists of https:// or http:// + domain + base resource path (if applicable). For example, http://test/yandexeda/v1

Product and Stock Parsing

For product parsing, the Partner must additionally fill in the Store ID in the Partner’s system field. During production integration setup, Yango Deli will request a list of store IDs in the Partner’s system to create associations.

If the Partner’s catalog includes catch-weight products, the corresponding checkbox must be enabled.

We recommend transmitting a small number of products (10-15) in the items array during testing, as the sandbox may not always process large files.

Order Creation

To verify order creation in the Partner’s system, additional data must be entered:

  • Product ID in the Partner’s system;
  • Product price;
  • Product quantity.

Note

For catch-weight products, digits after the decimal point must be entered. For example, if the order contains 1 kilogram and 350 grams of a product, enter 1.35, with the price specified per 1 kilogram.

If delivery is to be carried out by the Partner’s couriers rather than Yandex couriers, the Partner must select the corresponding delivery type. This will enable two additional fields – Latitude and Longitude – to test delivery within the Partner’s delivery zone and outside the delivery zone.

Checking Order Updates, Status and Cancellation

To check order updates, status and cancellation, only the order ID from the Partner’s system is required.

Error Examples