Viewing 5 reply threads
  • Author
    Posts
    • #77273
      Anonymous
      Inactive

      Hi

      I tried this postal code 8330091 (Santiago, Chile)

      And we received this message:

      “There are no shipping methods available. Please ensure that your address has been entered correctly, or contact us if you need any help”

      If this is fixed, then all is ok and we buy the plugin

    • #77276
      Anonymous
      Inactive

      Hi,

      For Chile you need to enter the City name and the Suburb name and leave or enter the postal code, you can check the valid city name and Suburb name in the DHL rate quote url here: https://ratequote.dhl-usa.com/

      Regards,
      Lorenzo

    • #77340
      Anonymous
      Inactive

      Hi,

      Sorry I misto your site so that I can check this,

      Regards,
      Lorenzo

    • #77503
      Anonymous
      Inactive

      Hi,

      I’ll have to Chile copy and share the debug data here so that I can check the issue.

      Also the rates returning for the Australia or domestic location is not from our plugin its from some other plugin.

      Regards,
      Lorenzo

      • #77554
        Anonymous
        Inactive

        The API key and password used tomer_connectivity@auspost.com.au
        AusPost debug is ON – to hide these messages, disable debug mode in settings.
        AusPost Contracted rate REQUEST:
        Array
        (
        [from] => Array
        (
        [postcode] => 3
        )

        [to] => Array
        (
        [postcode] => 3020
        )

        [items] => Array
        (
        [weight] => 0.5
        [length] => 36
        [width] => 14
        [height] => 11
        )

        )
        AusPost Contracted rate RESPONSE:
        Array
        (
        )

      • #77555
        Anonymous
        Inactive

        If I could guess… “from” is wrong. It is suppose to be Santiago’s postal code

      • #77558
        Anonymous
        Inactive

        I tore setting swap the postal code for the state code.

        I tried again and this is the new Json.
        if there there is no suburb and state, it is not checking the postal code

        AusPost Contracted rate REQUEST:
        Array
        (
            [from] => Array
                (
                    [postcode] => 3012
                )
            [to] => Array
                (
                    [country] => CL
                )
            [items] => Array
                (
                    [weight] => 0.5
                    [length] => 36
                    [width] => 14
                    [height] => 11
                )
        )
    • #77560
      Anonymous
      Inactive

      Hi,

      Are you using the Auspost test credentials? if yes you’ll have to use the API in test mode, and regarding the suburb and postal code since its optional for International shipment in rate request it might not be taking those values.

      Also if you’re in test mode Auspost team need to get the live credentials and the live account from the Auspost team.

      Regards,
      Lorenzo

      • #77561
        Anonymous
        Inactive

        Contracted account: true
        test mode:on
        api pass: empty
        account number: default
        enable developer mode: true
        Shipper Name*:Nicmen
        Suburb*:Maidstone
        State Code*:03
        Address*:Unit 5/61 Wattle Road, Maidstone VIC 3012
        Phone Number*:+61 3 9318 7177
        Email Address: nicmenonline@gmail.com
        Postal Code*:3012

        plus the checkout form have set the same billing address as the user.
        postal code:8330091

        The API key and password used to transact on the charge account with account number 1012131403. If you believe you are receiving this message in error, please contact your Account Manager or call Australia Post on 13 21 31.
        AusPost debug is ON - to hide these messages, disable debug mode in settings.
        AusPost Contracted rate REQUEST:
        Array
        (
            [from] => Array
                (
                    [postcode] => 3012
                )
        
            [to] => Array
                (
                    [country] => CL
                )
        
            [items] => Array
                (
                    [weight] => 0.5
                    [length] => 36
                    [width] => 14
                    [height] => 11
                )
        
        )
        AusPost Contracted rate RESPONSE:
        Array
        (
        )
    • #77565
      Anonymous
      Inactive

      Hi,

      For contract account you need to get those details:
      https://developers.auspost.com.au/apis/shipping-and-tracking/

      Regards,
      Lorenzo

      • #77568
        Anonymous
        Inactive

        good support, thanks. we will buy it

Viewing 5 reply threads
  • You must be logged in to reply to this topic.
Scroll to Top