Overview
Drive additional revenue by offering bags using Gordian's widget
Find all the steps needed to start selling bags immediately with a selection page that works out of the box.
Gordian is constantly A/B testing our bags widget and building upon feedback from our partners. We are consistently releasing new features to our bags widget to maximize conversion rates.
Starting Tips
-
You will need a Gordian
api_key
to follow along this guide. If you do not have one, please contact your Gordian Account Manager. If you do not have a Gordian Account Manager, please email partner@gordiansoftware.com to quickly request a demo to get started. -
The Gordian API uses HTTP Basic Auth header with your API key as the username and a blank password (this means you do not need a password). You must use HTTPS as the transport protocol.
Most request libraries have the ability to send requests with basic auth. For example, curl uses the
curl -u 'username:password'
flag. -
Follow along the implementation with on our online sandbox: 🌐 https://codesandbox.io/s/dynamic-upsell-integration-8jyh3
-
When setting up the booking flow and returning flights, we recommend using Spirit Airlines when looking to simulate displaying bags for purchase.
-
Reference API calls using our Postman Collection.