In order to use Fastway, you'll need to ensure you are using a valid Australian address as your store location. You'll also need to ensure your Craft Commerce default currency is set to AUD.
The below service are available with Fastway for domestic customer destination addresses.
Add the following code to your configuration file under the providers
array, as per the below. Note that to disable certain services, simply omit them from the services
array.
'providers' => [
'fastway' => [
'name' => 'Fastway',
'settings' => [
'apiKey' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
],
'services' => [
'RED' => 'Road Parcel (Red)',
'SAT_NAT_A2' => 'National Network A2 Satchel',
],
],
]