Getting started

Before you start working with the Yandex Delivery API, get an OAuth token.

Ordering transportation

Once you receive the token, you can use the Yandex Delivery API to order cargo transportation.

The ordering procedure is as follows:

  1. Create a claim (use the operation Create claim).
    The claim enters the logistics system and starts the order process.
  2. Find out the result of the order estimate (use the operation Get claim information).
    If the estimation is successful, returns the order cost for the client.
    If the claim could not be estimated, returns the reasons why the claim couldn't be executed.
  3. If necessary, edit the claim (use the operation Edit claim before confirmation).
    The operation is available until the client accepts the offer.
  4. Confirm the order (use the operation Confirm claim).
    After confirmation, the claim takes the accepted status, and the service starts searching for a performer.
  5. Find out the status of the claim (use the operation Get claim information).
  6. If necessary, cancel the order (use the operation Cancel claim).