answerShippingQuery
Reply to Telegram shipping queries by confirming delivery availability and providing shipping options, or decline with a clear error message.
Instructions
Reply to shipping queries. If you sent an invoice requesting a shipping address and the parameter is_flexible was specified, the Bot API will send an Update with a shipping_query field to the bot. Use this method to reply to shipping queries. On success, True is returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Pass True if delivery to the specified address is possible and False if there are any problems. | |
| error_message | No | Required if ok is False. Error message in human readable form that explains why it is impossible to complete the order. | |
| shipping_options | No | Required if ok is True. A JSON-serialized array of available shipping options. | |
| shipping_query_id | Yes | Unique identifier for the query to be answered |