What is it?
This method returns details of the requested part of an order.
Why use it?
Use this method to review the full details of a specific part of the order.
How it works
- Send a request to the Rail vendor system to get a part of order by
orderId
andsplitId
.\ Note: The request can be sent at any time to get the most current details of the order. - All order details are returned in a structured format, including the following information:\
Note: This information is grouped under one or more order items corresponding to the booked products.
- Passengers
- Journeys
- Price
- Transport products
- Seats reservation information
- Delivery methods
on hold
status time limits- Tickets
- Payments
- Vendor reservation references
- Rail cards
- Refund options
- Exchange options
Depending on the order's status, some elements may be present, while others may not.\ Example:
- For a
canceled
order, most of the elements are empty. - For an
on hold
order, the ticket and payment elements are empty. - For a
confirmed
order, all elements would be present, except for anon hold
time limit.
Caution: Consuming this API and its content requires special permission. Before requesting access, make sure you have all the necessary agreements in place with the rail vendor(s) you would like to sell using Content Services for Rail. For more information on accessing Sabre Rail content and rail supplier contacts, visit the respective product page on Sabre Central.
Vendor | Code | Payment via API | Notes |
---|---|---|---|
SNCF | 2C | No | “On account” only. Direct settlement with agency. No individual or corporate credit cards. |
How to use
Method
GET /v2/rail/orders/{marketingCarrierCode}/{orderId}/splitPart/{splitId}
Request
Provide the orderId
, marketing carrier code, and splitId
('splitId' is the same as the passengerId
which this part applies to).
Response
Returns the complete order information of the requested part.