For agencies & distributors

Sell China with confidence.

Two ways to work with us: a simple online partner account with an automatic commission discount, or a fully automated XML API connection for high-volume distribution.

Option A

Online partner account

Register in minutes — no technical work needed. Your account unlocks a 10% commission discount (set by us, always visible in your account) on every booking you make on the site. All bookings are confirmed and synced to our Bokun operation system automatically.

Create partner account
Option B

XML / JSON API

For OTAs, wholesalers and bedbanks. Pull our live product feed, create bookings programmatically and receive confirmations with Bokun-backed availability. Ask us for your API key — requests are authenticated with a private key issued per partner.

Request API access
Developer documentation

B2B API · v1

Base URL: https://71asia.com/api/b2b/v1 · Authenticate every request with the header X-API-Key: <your key>. All endpoints return XML by default; add Accept: application/json or ?format=json for JSON.

GET /products → full live product feed (XML) GET /products?destination=chongqing POST /bookings → create a booking (XML body) GET /bookings/{ref} → booking status POST /bookings/{ref}/cancel → cancel a booking # Example — create a booking (XML): POST /api/b2b/v1/bookings X-API-Key: 71a_xxxxxxxx <booking> <product_code>chongqing-wulong-karst-day</product_code> <travel_date>2026-10-14</travel_date> <pax adults="2" children="1"/> <name>Maria Lopez</name> <email>maria@agency.es</email> <country>Spain</country> </booking> # Response: <response> <booking ref="71A-261014-8F3K2A"> <status>confirmed</status> <total_price>402.60</total_price> <bokun_sync_status>synced</bokun_sync_status> </booking> </response>
Every booking created via API, the website or a partner account is written to the same operation pipeline and pushed to Bokun, so your team manages everything from one system. Child prices are 50% of the adult price. Partner commission discount applies to all partner channels.

Questions about distribution?

Tell us about your volumes and systems — we will set up the right integration and commission structure for you.

Talk to us