Shipping Settings Debug

Array
(
    [free_shipping_threshold] => 0
    [shipping_api_mode] => api
    [auspost_api_key] => 
    [auspost_account_number] => 
    [sendle_api_id] => SANDBOX_john_john_byrne_info
    [sendle_api_key] => sandbox_f5GY3pw8vHFvfCN9TPfCGWv4
    [contact_faq_shipping] => Standard shipping takes 3-7 business days. Express shipping is available for 1-2 business days.
    [free_shipping_enabled] => 0
)

Test API Call

Array
(
    [0] => Array
        (
            [id] => sendle_standard_pickup
            [name] => Standard Pickup
            [cost] => 6.8
            [carrier] => sendle
            [service_code] => STANDARD-PICKUP
            [delivery_time] => 2 business days
        )

    [1] => Array
        (
            [id] => click_collect
            [name] => Click & Collect
            [cost] => 0
            [carrier] => pickup
            [service_code] => click_collect
            [delivery_time] => Ready for pickup
        )

)