cdek_client_return
Register a client-initiated return for delivered orders in internet shops. Creates return delivery using specified tariff code.
Instructions
Регистрация клиентского возврата (POST /v2/orders/{uuid}/clientReturn).
Оформление возврата для интернет-магазинов. Создается только для заказов в конечном статусе "Вручен". Отличие от обычного возврата: возврат оформляет сам клиент.
Args: uuid: Order UUID (идентификатор прямого заказа) tariff_code: Tariff code for return delivery (e.g. 136)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| tariff_code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |