OneWorldTrip
English中文
English中文
  1. English
  • API Integration Guide
  • Flight Ticket Distribution Direct Connect API
    • Search
      POST
    • Verify
      POST
    • Order
      POST
    • Cancel
      POST
    • Order Status Push
      POST
    • Get OrderInfo
      POST
    • Order Copy
      POST
  • Order Management API
    • Order Management Workflow
    • Ticket Issuance
      POST
    • Get Order Details
      POST
    • Get Pending Ticketing Orders
      POST
    • Get after-sales order
      POST
    • Ticket reminder interface
      POST
  • Schedule Change API
    • Schedule Change Workflow
    • Flight Reschedule Notification
      POST
  • Cache Refresh API
    • Refresh Notiry
      POST
    • Cache Refresh
      POST
  • Ancillary Order Management API
    • Ancillary Workflow
    • SeatMap
      POST
    • AuxSearch
      POST
    • Query Ancillary Order List
      POST
    • Update Ancillary Status
      POST
    • Query Ancillary Order Detail
      POST
  1. English

API Integration Guide

API Workflow#

简易英文版.jpg#

INFO
1.
Data Return Specifications
Only return data for passenger types specified in the request (e.g., if adult fares are requested, do not return child/infant fares).
When the Search interface receives a request with no available content, return an empty data format:
{  
  "status": 0,  
  "msg": "success",  
  "shopsign": [],  
  "flight": []  
}  
2.
Price Change Rules
Price fluctuations are allowed but must be monitored.
Booking relies on the flight and price information returned by the Verify interface.

Required API#

1.
Search
2.
Price Verification(Verify)
3.
Order
4.
Get Pending Ticketing Orders
5.
Ticket Issuance
6.
Cancel or Order Status Push
7.
Flight Reschedule Notification:Notify us in case where there is a flight reschedule/cancellation.

Optional API#

1.
Get Order Details(openIssueOrderInfo)
2.
Seat Map
3.
Query Ancillary Order List
4.
Update Ancillary Status
5.
Query Ancillary Order Detail

Function Overview#

Share business direct connection API to access the following core functions:
Search
Price Verification (Verify)
Order generation
Seat selection (SeatMap)
Order cancellation (Cancel)
Order Status Push

Technical support#

Support typeContact information
Technical Consultationit.flight@oneworldtrip.cn
Business ConnectionContact Your Exclusive Business Manager

Development standards#

Unified Interface Standard#

1.
Character encoding
Unified use of UTF- 8 encoding
2.
Data transmission format
3.
Request method
Only supports HTTP POST method
The request body must comply with the JSON specification
4.
Identity verification
Use vendor code to identify supplier identity
Enable IP whitelist verification mechanism

Data return rules#

1.
Passenger type consistency: The passenger type returned must strictly match the requested parameters, and it is prohibited to return redundant passenger type data
2.
The error code specification strictly follows the error code types and formats defined in the document

Modified at 2025-10-11 01:52:59
Next
Search
Built with