Quickstart
Get started in three steps
Section titled “Get started in three steps”-
Create a member account
If you don’t already have a Transdirect account, sign up at transdirect.com.au/education/account-enquiries.
Your member account gives you access to:
- Discounted courier rates from multiple carriers
- The members dashboard for managing bookings and orders
- API key generation for integrations
-
Generate an API key
Once you have a member account:
- Log in to your Transdirect members area.
- Navigate to API Modules in the left-hand menu.
- Select your module type from the dropdown:
- WordPress — for WooCommerce integration
- Shopify — for Shopify integration
- Magento — for Magento integration
- Custom Site — for custom API integrations
- Click Add New.
- Enter your site domain or name, then click Add.
- Copy the generated API key.
-
Connect your integration
Use your API key to connect your platform:
WooCommerce Install the plugin and enter your API key in WooCommerce settings.Shopify Install the Transdirect app from the Shopify App Store.Magento Download and install the Magento extension.REST API Use your API key in the Api-key header for API requests.
Test your connection
Section titled “Test your connection”For API integrations, you can verify your API key is working by making a simple request:
curl -H "Api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ https://www.transdirect.com.au/api/memberA successful response returns your member details in JSON format.
Next steps
Section titled “Next steps”- Learn about how quoting works
- Understand the booking lifecycle
- Explore the REST API reference