AACFlow

Yandex Delivery

Create, get, and cancel delivery claims via Yandex Delivery (Yandex.Taxi Cargo)

ya

Yandex Delivery (Яндекс Доставка, formerly Yandex.Taxi Cargo) is Yandex's courier delivery service API for last-mile logistics. It provides on-demand delivery claim management with real-time courier dispatch.

With the Yandex Delivery integration in AACFlow, you can:

  • Create Claim: Submit a new delivery request with pickup and drop-off addresses
  • Get Claim Info: Retrieve the current status and details of a delivery claim
  • Cancel Claim: Cancel an existing delivery claim

This integration enables e-commerce fulfillment, on-demand delivery orchestration, and logistics automation workflows.

Usage Instructions

Integrate Yandex Delivery into the workflow to manage courier claims. Requires a Yandex Delivery bearer token (OAuth 2.0) from your Yandex business account. Contact Yandex Delivery support for API access.

Tools

yandex_delivery_create_claim

Create a delivery claim

Input

ParameterTypeRequiredDescription
bearerTokenstringYesYandex Delivery bearer token
fromAddressstringYesPickup address
toAddressstringYesDrop-off address
itemsstringYesItems JSON array (e.g., [{"name":"Box","weight":5}])

Output

ParameterTypeDescription
claimIdstringCreated claim ID
statusstringInitial claim status

yandex_delivery_get_claim

Get claim information

Input

ParameterTypeRequiredDescription
bearerTokenstringYesYandex Delivery bearer token
claimIdstringYesDelivery claim ID

Output

ParameterTypeDescription
claimIdstringClaim ID
statusstringCurrent status
courierobjectAssigned courier details

yandex_delivery_cancel_claim

Cancel a delivery claim

Input

ParameterTypeRequiredDescription
bearerTokenstringYesYandex Delivery bearer token
claimIdstringYesDelivery claim ID to cancel
cancelStatestringNoCancel state: free (no charge) or paid (courier dispatched)

Output

ParameterTypeDescription
successbooleanWhether the cancellation succeeded
statusstringFinal claim status

On this page

Start building today
Trusted by over 100,000 builders.
The SaaS platform to build AI agents and run your agentic workforce.
Get started