Accept a claim
accept_claimAccept an estimated claim to start courier search and place the delivery order. Use the current version, as the offer expires 10 minutes after estimation.
Instructions
Confirms a claim after successful estimation (status ready_for_approval) and starts the courier search — from this point the delivery is actually ordered. The priced offer inside a claim expires ~10 minutes after estimation, so accept promptly. version comes from get_claim. 409 errors: inappropriate_status (wrong claim status), old_version (stale version — re-read the claim), offer_expired (re-create the claim), state_mismatch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | Claim version from the latest get_claim response. | |
| claim_id | Yes | Claim id (claim_id, 32–64 characters) from the create_claim or search_claims response. |