Orders: verify code
orders_check_confirmation_codeValidates the buyer's confirmation code for order pickup. Returns success, fail, expired, or attempts exhausted status without modifying the order.
Instructions
Verifies the confirmation code for handing over an order at a pickup point (check_confirmation_code): the buyer states the code from the app and the method validates it. Effectively a read check, it does not change the order. The response contains status: success (code valid), fail (invalid), expired (expired), or attempts (attempts exhausted). Do not confuse it with delivery_check_confirmation_code from the delivery domain — this method belongs to order management.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parcelID | Yes | Avito parcel ID (e.g. "P00081306679"). | |
| confirmCode | Yes | The confirmation code the buyer showed/stated upon receipt. |