check_transit_eligibility
Whether a traveler qualifies for China's 240-hour visa-free TRANSIT (not the 30-day visa-free entry). Needs nationality, the entry port/city, and whether they have an onward ticket to a THIRD country/region. Returns eligibility, regional limits, and the defining conditions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Entry port or city, e.g. "Shanghai" or "Beijing Capital". | |
| nationality | Yes | Passport nationality, e.g. "United States". | |
| onward_to_third_country | No | True if flying onward to a different (third) country/region, not back to origin. |