Get claim info
get_claimFetch full delivery claim details by claim ID, covering status, pricing, courier info, route points, ETA, and timestamps. Check both HTTP errors and error_messages for estimation failures.
Instructions
Full claim information: status, version (needed for accept/cancel), items, route_points (with visit status), pricing {offer, final_price, currency}, performer_info (courier name, vehicle, transport type), eta, created_ts/updated_ts. Known statuses: new, estimating, estimating_failed, ready_for_approval, accepted, performer_lookup, performer_draft, performer_found, performer_not_found, pickup_arrived, ready_for_pickup_confirmation, pickuped, delivery_arrived, ready_for_delivery_confirmation, delivered, delivered_finish, pay_waiting, returning, return_arrived, ready_for_return_confirmation, returned, returned_finish, failed, cancelled, cancelled_with_payment, cancelled_by_taxi, cancelled_with_items_on_hands. CAUTION: estimation errors can arrive as an error_messages array [{code, message}] inside a successful 200 response — check both the HTTP error and this field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim_id | Yes | Claim id (claim_id, 32–64 characters) from the create_claim or search_claims response. |