• Resolved Gary

    (@garypilatti)


    Hello,

    Have been using pro version for many years – just tested with a package I was sending to Brazil – total weight 7.420kg and well under 120 girth. Going from postcode 6104 to Brazil. Australia Post Plugin returned $323.00 for standard air international and $369.00 for express Air International. I thought this was high so checked against Aust Post Website International Calculator – it showed $179.30 $193.30 for Standard Air International and $193.30 for express Air International – I cannot find why the difference.

    I have included Debug below…

    Plugin Settings:
    Array
    (
    [title] => Australia Post Shipping
    [debug_mode] => yes
    [api_key] => 20b5d076-5948-448f-9be4-f2fd20d4c258
    [shop_post_code] => 6104
    [handling_fee] => 1%
    [default_weight] =>
    [default_size] => Array
    (
    )

    [fallback_price] =>
    [domestic_options] => Array
    (
    [0] => AUS_PARCEL_EXPRESS
    )

    [intl_options] => Array
    (
    [0] => INT_PARCEL_STD_OWN_PACKAGING
    [1] => INT_PARCEL_EXP_OWN_PACKAGING
    )

    [rates_option] => all
    [satchels] => Array
    (
    [express] => Array
    (
    [small] => 1
    [1kg] => 1
    [medium] => 1
    [large] => 1
    )

    )

    [show_duration] => no
    [enable_packing_table] => yes
    [enable_letters] => no
    [signature_on_delivery] => no
    [enable_extra_cover] => no
    [seperate_extracover_sod] => no
    [enable_stripping_tax] => no
    [custom_titles] => Array
    (
    [AUS_PARCEL_REGULAR] =>
    [INT_PARCEL_AIR_OWN_PACKAGING] =>
    [AUS_PARCEL_EXPRESS] =>
    [INT_PARCEL_SEA_OWN_PACKAGING] =>
    [AUS_PARCEL_COURIER] =>
    [INT_PARCEL_STD_OWN_PACKAGING] => STD Air International (7-10 Days)
    [INT_PARCEL_COR_OWN_PACKAGING] =>
    [INT_PARCEL_EXP_OWN_PACKAGING] =>
    [AUS_LETTER_REGULAR_SMALL] =>
    [AUS_LETTER_REGULAR_LARGE] =>
    [AUS_LETTER_EXPRESS_SMALL] =>
    [AUS_LETTER_EXPRESS_MEDIUM] =>
    [AUS_LETTER_EXPRESS_LARGE] =>
    [AUS_LETTER_REGULAR_LARGE_125] =>
    [AUS_LETTER_REGULAR_LARGE_250] =>
    [AUS_LETTER_REGULAR_LARGE_500] =>
    [AUS_LETTER_PRIORITY_SMALL] =>
    [AUS_LETTER_PRIORITY_LARGE_125] =>
    [AUS_LETTER_PRIORITY_LARGE_500] =>
    [AUS_LETTER_PRIORITY_LARGE_250] =>
    [INT_LETTER_STD_OWN_PACKAGING] =>
    [INT_LETTER_EXP_OWN_PACKAGING] =>
    [INT_LETTER_COR_OWN_PACKAGING] =>
    [INT_LETTER_REG_SMALL] =>
    [INT_LETTER_REG_LARGE] =>
    [INT_LETTER_REG_SMALL_ENVELOPE] =>
    [INT_LETTER_REG_LARGE_ENVELOPE] =>
    [INT_LETTER_AIR_OWN_PACKAGING_LIGHT] =>
    [INT_LETTER_AIR_OWN_PACKAGING_MEDIUM] =>
    [INT_LETTER_AIR_OWN_PACKAGING_HEAVY] =>
    )

    [custom_boxes] => Array
    (
    )

    [deemphasize_satchels_dimensions] => yes
    [enabled_domestic_letters] => Array
    (
    [0] => regular
    [1] => express
    [2] => priority
    )

    [enabled_intl_letters] => Array
    (
    [0] => registered
    [1] => economy_air
    [2] => own_packaging
    )

    )
    Packing Details:
    Array
    (
    [1] => Array
    (
    [weight] => 2.056
    [length] => 16
    [height] => 31
    [width] => 12
    [quantity] => 11
    [value] => 2414.5
    [postcode] => 6104
    [item_id] => 7261925973c9bf0a74d85ae968a57e5f
    )

    [2] => Array
    (
    [weight] => 2.98
    [length] => 16
    [height] => 35
    [width] => 12
    [postcode] => 6104
    [item_id] => 7261925973c9bf0a74d85ae968a57e5f
    [quantity] => 5
    [value] => 2172.5
    )

    [3] => Array
    (
    [weight] => 2.384
    [length] => 16
    [height] => 28
    [width] => 12
    [postcode] => 6104
    [item_id] => 7261925973c9bf0a74d85ae968a57e5f
    [quantity] => 4
    [value] => 1738
    )

    )
    Australia Post REQUEST:
    https://digitalapi.auspost.com.au/postage/parcel/international/service.json?country_code=BR&weight=2.056
    Australia Post RESPONSE:
    stdClass Object
    (
    [services] => stdClass Object
    (
    [service] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_PARCEL_EXP_OWN_PACKAGING
    [name] => Express
    [price] => 109.05
    [max_extra_cover] => 5000
    [options] => stdClass Object
    (
    [option] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_TRACKING
    [name] => Tracking
    )

    [1] => stdClass Object
    (
    [code] => INT_SIGNATURE_ON_DELIVERY
    [name] => Signature on delivery
    )

    [2] => stdClass Object
    (
    [code] => INT_SMS_TRACK_ADVICE
    [name] => SMS track advice
    )

    [3] => stdClass Object
    (
    [code] => INT_EXTRA_COVER
    [name] => Extra Cover
    )

    )

    )

    )

    [1] => stdClass Object
    (
    [code] => INT_PARCEL_STD_OWN_PACKAGING
    [name] => Standard
    [price] => 95.05
    [max_extra_cover] => 5000
    [options] => stdClass Object
    (
    [option] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_TRACKING
    [name] => Tracking
    )

    [1] => stdClass Object
    (
    [code] => INT_EXTRA_COVER
    [name] => Extra Cover
    )

    [2] => stdClass Object
    (
    [code] => INT_SIGNATURE_ON_DELIVERY
    [name] => Signature on delivery
    )

    [3] => stdClass Object
    (
    [code] => INT_SMS_TRACK_ADVICE
    [name] => SMS track advice
    )

    )

    )

    )

    [2] => stdClass Object
    (
    [code] => INT_PARCEL_SEA_OWN_PACKAGING
    [name] => Economy Sea
    [price] => 51.55
    [max_extra_cover] => 5000
    [options] => stdClass Object
    (
    [option] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_EXTRA_COVER
    [name] => Extra Cover
    )

    [1] => stdClass Object
    (
    [code] => INT_SIGNATURE_ON_DELIVERY
    [name] => Signature on delivery
    )

    )

    )

    )

    )

    )

    )
    Australia Post REQUEST:
    country_code=BR&weight=2.056&service_code=INT_PARCEL_EXP_OWN_PACKAGING
    Australia Post RESPONSE:
    stdClass Object
    (
    [postage_result] => stdClass Object
    (
    [service] => Express
    [total_cost] => 109.05
    [costs] => stdClass Object
    (
    [cost] => stdClass Object
    (
    [item] => Express
    [cost] => 109.05
    )

    )

    )

    )
    Australia Post REQUEST:
    country_code=BR&weight=2.056&service_code=INT_PARCEL_STD_OWN_PACKAGING
    Australia Post RESPONSE:
    stdClass Object
    (
    [postage_result] => stdClass Object
    (
    [service] => Standard
    [total_cost] => 95.05
    [costs] => stdClass Object
    (
    [cost] => stdClass Object
    (
    [item] => Standard
    [cost] => 95.05
    )

    )

    )

    )
    Australia Post REQUEST:
    https://digitalapi.auspost.com.au/postage/parcel/international/service.json?country_code=BR&weight=2.98
    Australia Post RESPONSE:
    stdClass Object
    (
    [services] => stdClass Object
    (
    [service] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_PARCEL_EXP_OWN_PACKAGING
    [name] => Express
    [price] => 117.80
    [max_extra_cover] => 5000
    [options] => stdClass Object
    (
    [option] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_TRACKING
    [name] => Tracking
    )

    [1] => stdClass Object
    (
    [code] => INT_SIGNATURE_ON_DELIVERY
    [name] => Signature on delivery
    )

    [2] => stdClass Object
    (
    [code] => INT_SMS_TRACK_ADVICE
    [name] => SMS track advice
    )

    [3] => stdClass Object
    (
    [code] => INT_EXTRA_COVER
    [name] => Extra Cover
    )

    )

    )

    )

    [1] => stdClass Object
    (
    [code] => INT_PARCEL_STD_OWN_PACKAGING
    [name] => Standard
    [price] => 103.80
    [max_extra_cover] => 5000
    [options] => stdClass Object
    (
    [option] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_TRACKING
    [name] => Tracking
    )

    [1] => stdClass Object
    (
    [code] => INT_EXTRA_COVER
    [name] => Extra Cover
    )

    [2] => stdClass Object
    (
    [code] => INT_SIGNATURE_ON_DELIVERY
    [name] => Signature on delivery
    )

    [3] => stdClass Object
    (
    [code] => INT_SMS_TRACK_ADVICE
    [name] => SMS track advice
    )

    )

    )

    )

    [2] => stdClass Object
    (
    [code] => INT_PARCEL_SEA_OWN_PACKAGING
    [name] => Economy Sea
    [price] => 56.10
    [max_extra_cover] => 5000
    [options] => stdClass Object
    (
    [option] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_EXTRA_COVER
    [name] => Extra Cover
    )

    [1] => stdClass Object
    (
    [code] => INT_SIGNATURE_ON_DELIVERY
    [name] => Signature on delivery
    )

    )

    )

    )

    )

    )

    )
    Australia Post REQUEST:
    country_code=BR&weight=2.98&service_code=INT_PARCEL_EXP_OWN_PACKAGING
    Australia Post RESPONSE:
    stdClass Object
    (
    [postage_result] => stdClass Object
    (
    [service] => Express
    [total_cost] => 117.80
    [costs] => stdClass Object
    (
    [cost] => stdClass Object
    (
    [item] => Express
    [cost] => 117.80
    )

    )

    )

    )
    Australia Post REQUEST:
    country_code=BR&weight=2.98&service_code=INT_PARCEL_STD_OWN_PACKAGING
    Australia Post RESPONSE:
    stdClass Object
    (
    [postage_result] => stdClass Object
    (
    [service] => Standard
    [total_cost] => 103.80
    [costs] => stdClass Object
    (
    [cost] => stdClass Object
    (
    [item] => Standard
    [cost] => 103.80
    )

    )

    )

    )
    Australia Post REQUEST:
    https://digitalapi.auspost.com.au/postage/parcel/international/service.json?country_code=BR&weight=2.384
    Australia Post RESPONSE:
    stdClass Object
    (
    [services] => stdClass Object
    (
    [service] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_PARCEL_EXP_OWN_PACKAGING
    [name] => Express
    [price] => 109.05
    [max_extra_cover] => 5000
    [options] => stdClass Object
    (
    [option] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_TRACKING
    [name] => Tracking
    )

    [1] => stdClass Object
    (
    [code] => INT_SIGNATURE_ON_DELIVERY
    [name] => Signature on delivery
    )

    [2] => stdClass Object
    (
    [code] => INT_SMS_TRACK_ADVICE
    [name] => SMS track advice
    )

    [3] => stdClass Object
    (
    [code] => INT_EXTRA_COVER
    [name] => Extra Cover
    )

    )

    )

    )

    [1] => stdClass Object
    (
    [code] => INT_PARCEL_STD_OWN_PACKAGING
    [name] => Standard
    [price] => 95.05
    [max_extra_cover] => 5000
    [options] => stdClass Object
    (
    [option] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_TRACKING
    [name] => Tracking
    )

    [1] => stdClass Object
    (
    [code] => INT_EXTRA_COVER
    [name] => Extra Cover
    )

    [2] => stdClass Object
    (
    [code] => INT_SIGNATURE_ON_DELIVERY
    [name] => Signature on delivery
    )

    [3] => stdClass Object
    (
    [code] => INT_SMS_TRACK_ADVICE
    [name] => SMS track advice
    )

    )

    )

    )

    [2] => stdClass Object
    (
    [code] => INT_PARCEL_SEA_OWN_PACKAGING
    [name] => Economy Sea
    [price] => 51.55
    [max_extra_cover] => 5000
    [options] => stdClass Object
    (
    [option] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_EXTRA_COVER
    [name] => Extra Cover
    )

    [1] => stdClass Object
    (
    [code] => INT_SIGNATURE_ON_DELIVERY
    [name] => Signature on delivery
    )

    )

    )

    )

    )

    )

    )
    Australia Post REQUEST:
    country_code=BR&weight=2.384&service_code=INT_PARCEL_EXP_OWN_PACKAGING
    Australia Post RESPONSE:
    stdClass Object
    (
    [postage_result] => stdClass Object
    (
    [service] => Express
    [total_cost] => 109.05
    [costs] => stdClass Object
    (
    [cost] => stdClass Object
    (
    [item] => Express
    [cost] => 109.05
    )

    )

    )

    )
    Australia Post REQUEST:
    country_code=BR&weight=2.384&service_code=INT_PARCEL_STD_OWN_PACKAGING
    Australia Post RESPONSE:
    stdClass Object
    (
    [postage_result] => stdClass Object
    (
    [service] => Standard
    [total_cost] => 95.05
    [costs] => stdClass Object
    (
    [cost] => stdClass Object
    (
    [item] => Standard
    [cost] => 95.05
    )

    )

    )

    )
    Australia Post debug mode is on - to hide these messages, turn debug mode off in the plugin's settings page.
    Plugin Settings:
    Array
    (
    [title] => Australia Post Shipping
    [debug_mode] => yes
    [api_key] => 20b5d076-5948-448f-9be4-f2fd20d4c258
    [shop_post_code] => 6104
    [handling_fee] =>
    [default_weight] =>
    [default_size] => Array
    (
    )

    [fallback_price] =>
    [domestic_options] => Array
    (
    [0] => AUS_PARCEL_EXPRESS
    )

    [intl_options] => Array
    (
    [0] => INT_PARCEL_STD_OWN_PACKAGING
    [1] => INT_PARCEL_EXP_OWN_PACKAGING
    )

    [rates_option] => all
    [satchels] => Array
    (
    [express] => Array
    (
    [small] => 1
    [1kg] => 1
    [medium] => 1
    [large] => 1
    )

    )

    [show_duration] => no
    [enable_packing_table] => yes
    [enable_letters] => no
    [signature_on_delivery] => no
    [enable_extra_cover] => no
    [seperate_extracover_sod] => yes
    [enable_stripping_tax] => no
    [custom_titles] => Array
    (
    [AUS_PARCEL_REGULAR] =>
    [INT_PARCEL_AIR_OWN_PACKAGING] =>
    [AUS_PARCEL_EXPRESS] =>
    [INT_PARCEL_SEA_OWN_PACKAGING] =>
    [AUS_PARCEL_COURIER] =>
    [INT_PARCEL_STD_OWN_PACKAGING] => STD Air International (7-10 Days)
    [INT_PARCEL_COR_OWN_PACKAGING] =>
    [INT_PARCEL_EXP_OWN_PACKAGING] =>
    [AUS_LETTER_REGULAR_SMALL] =>
    [AUS_LETTER_REGULAR_LARGE] =>
    [AUS_LETTER_EXPRESS_SMALL] =>
    [AUS_LETTER_EXPRESS_MEDIUM] =>
    [AUS_LETTER_EXPRESS_LARGE] =>
    [AUS_LETTER_REGULAR_LARGE_125] =>
    [AUS_LETTER_REGULAR_LARGE_250] =>
    [AUS_LETTER_REGULAR_LARGE_500] =>
    [AUS_LETTER_PRIORITY_SMALL] =>
    [AUS_LETTER_PRIORITY_LARGE_125] =>
    [AUS_LETTER_PRIORITY_LARGE_500] =>
    [AUS_LETTER_PRIORITY_LARGE_250] =>
    [INT_LETTER_STD_OWN_PACKAGING] =>
    [INT_LETTER_EXP_OWN_PACKAGING] =>
    [INT_LETTER_COR_OWN_PACKAGING] =>
    [INT_LETTER_REG_SMALL] =>
    [INT_LETTER_REG_LARGE] =>
    [INT_LETTER_REG_SMALL_ENVELOPE] =>
    [INT_LETTER_REG_LARGE_ENVELOPE] =>
    [INT_LETTER_AIR_OWN_PACKAGING_LIGHT] =>
    [INT_LETTER_AIR_OWN_PACKAGING_MEDIUM] =>
    [INT_LETTER_AIR_OWN_PACKAGING_HEAVY] =>
    )

    [custom_boxes] => Array
    (
    )

    [deemphasize_satchels_dimensions] => yes
    [enabled_domestic_letters] => Array
    (
    [0] => regular
    [1] => express
    [2] => priority
    )

    [enabled_intl_letters] => Array
    (
    [0] => registered
    [1] => economy_air
    [2] => own_packaging
    )

    )
    Packing Details:
    Array
    (
    [1] => Array
    (
    [weight] => 2.056
    [length] => 16
    [height] => 31
    [width] => 12
    [quantity] => 11
    [value] => 2414.5
    [postcode] => 6104
    [item_id] => 7261925973c9bf0a74d85ae968a57e5f
    )

    [2] => Array
    (
    [weight] => 2.98
    [length] => 16
    [height] => 35
    [width] => 12
    [postcode] => 6104
    [item_id] => 7261925973c9bf0a74d85ae968a57e5f
    [quantity] => 5
    [value] => 2172.5
    )

    [3] => Array
    (
    [weight] => 2.384
    [length] => 16
    [height] => 28
    [width] => 12
    [postcode] => 6104
    [item_id] => 7261925973c9bf0a74d85ae968a57e5f
    [quantity] => 4
    [value] => 1738
    )

    )
    Australia Post REQUEST:
    https://digitalapi.auspost.com.au/postage/parcel/international/service.json?country_code=BR&weight=2.056
    Australia Post RESPONSE:
    stdClass Object
    (
    [services] => stdClass Object
    (
    [service] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_PARCEL_EXP_OWN_PACKAGING
    [name] => Express
    [price] => 109.05
    [max_extra_cover] => 5000
    [options] => stdClass Object
    (
    [option] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_TRACKING
    [name] => Tracking
    )

    [1] => stdClass Object
    (
    [code] => INT_SIGNATURE_ON_DELIVERY
    [name] => Signature on delivery
    )

    [2] => stdClass Object
    (
    [code] => INT_SMS_TRACK_ADVICE
    [name] => SMS track advice
    )

    [3] => stdClass Object
    (
    [code] => INT_EXTRA_COVER
    [name] => Extra Cover
    )

    )

    )

    )

    [1] => stdClass Object
    (
    [code] => INT_PARCEL_STD_OWN_PACKAGING
    [name] => Standard
    [price] => 95.05
    [max_extra_cover] => 5000
    [options] => stdClass Object
    (
    [option] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_TRACKING
    [name] => Tracking
    )

    [1] => stdClass Object
    (
    [code] => INT_EXTRA_COVER
    [name] => Extra Cover
    )

    [2] => stdClass Object
    (
    [code] => INT_SIGNATURE_ON_DELIVERY
    [name] => Signature on delivery
    )

    [3] => stdClass Object
    (
    [code] => INT_SMS_TRACK_ADVICE
    [name] => SMS track advice
    )

    )

    )

    )

    [2] => stdClass Object
    (
    [code] => INT_PARCEL_SEA_OWN_PACKAGING
    [name] => Economy Sea
    [price] => 51.55
    [max_extra_cover] => 5000
    [options] => stdClass Object
    (
    [option] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_EXTRA_COVER
    [name] => Extra Cover
    )

    [1] => stdClass Object
    (
    [code] => INT_SIGNATURE_ON_DELIVERY
    [name] => Signature on delivery
    )

    )

    )

    )

    )

    )

    )
    Australia Post REQUEST:
    country_code=BR&weight=2.056&service_code=INT_PARCEL_EXP_OWN_PACKAGING
    Australia Post RESPONSE:
    stdClass Object
    (
    [postage_result] => stdClass Object
    (
    [service] => Express
    [total_cost] => 109.05
    [costs] => stdClass Object
    (
    [cost] => stdClass Object
    (
    [item] => Express
    [cost] => 109.05
    )

    )

    )

    )
    Australia Post REQUEST:
    country_code=BR&weight=2.056&service_code=INT_PARCEL_STD_OWN_PACKAGING
    Australia Post RESPONSE:
    stdClass Object
    (
    [postage_result] => stdClass Object
    (
    [service] => Standard
    [total_cost] => 95.05
    [costs] => stdClass Object
    (
    [cost] => stdClass Object
    (
    [item] => Standard
    [cost] => 95.05
    )

    )

    )

    )
    Australia Post REQUEST:
    https://digitalapi.auspost.com.au/postage/parcel/international/service.json?country_code=BR&weight=2.98
    Australia Post RESPONSE:
    stdClass Object
    (
    [services] => stdClass Object
    (
    [service] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_PARCEL_EXP_OWN_PACKAGING
    [name] => Express
    [price] => 117.80
    [max_extra_cover] => 5000
    [options] => stdClass Object
    (
    [option] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_TRACKING
    [name] => Tracking
    )

    [1] => stdClass Object
    (
    [code] => INT_SIGNATURE_ON_DELIVERY
    [name] => Signature on delivery
    )

    [2] => stdClass Object
    (
    [code] => INT_SMS_TRACK_ADVICE
    [name] => SMS track advice
    )

    [3] => stdClass Object
    (
    [code] => INT_EXTRA_COVER
    [name] => Extra Cover
    )

    )

    )

    )

    [1] => stdClass Object
    (
    [code] => INT_PARCEL_STD_OWN_PACKAGING
    [name] => Standard
    [price] => 103.80
    [max_extra_cover] => 5000
    [options] => stdClass Object
    (
    [option] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_TRACKING
    [name] => Tracking
    )

    [1] => stdClass Object
    (
    [code] => INT_EXTRA_COVER
    [name] => Extra Cover
    )

    [2] => stdClass Object
    (
    [code] => INT_SIGNATURE_ON_DELIVERY
    [name] => Signature on delivery
    )

    [3] => stdClass Object
    (
    [code] => INT_SMS_TRACK_ADVICE
    [name] => SMS track advice
    )

    )

    )

    )

    [2] => stdClass Object
    (
    [code] => INT_PARCEL_SEA_OWN_PACKAGING
    [name] => Economy Sea
    [price] => 56.10
    [max_extra_cover] => 5000
    [options] => stdClass Object
    (
    [option] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_EXTRA_COVER
    [name] => Extra Cover
    )

    [1] => stdClass Object
    (
    [code] => INT_SIGNATURE_ON_DELIVERY
    [name] => Signature on delivery
    )

    )

    )

    )

    )

    )

    )
    Australia Post REQUEST:
    country_code=BR&weight=2.98&service_code=INT_PARCEL_EXP_OWN_PACKAGING
    Australia Post RESPONSE:
    stdClass Object
    (
    [postage_result] => stdClass Object
    (
    [service] => Express
    [total_cost] => 117.80
    [costs] => stdClass Object
    (
    [cost] => stdClass Object
    (
    [item] => Express
    [cost] => 117.80
    )

    )

    )

    )
    Australia Post REQUEST:
    country_code=BR&weight=2.98&service_code=INT_PARCEL_STD_OWN_PACKAGING
    Australia Post RESPONSE:
    stdClass Object
    (
    [postage_result] => stdClass Object
    (
    [service] => Standard
    [total_cost] => 103.80
    [costs] => stdClass Object
    (
    [cost] => stdClass Object
    (
    [item] => Standard
    [cost] => 103.80
    )

    )

    )

    )
    Australia Post REQUEST:
    https://digitalapi.auspost.com.au/postage/parcel/international/service.json?country_code=BR&weight=2.384
    Australia Post RESPONSE:
    stdClass Object
    (
    [services] => stdClass Object
    (
    [service] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_PARCEL_EXP_OWN_PACKAGING
    [name] => Express
    [price] => 109.05
    [max_extra_cover] => 5000
    [options] => stdClass Object
    (
    [option] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_TRACKING
    [name] => Tracking
    )

    [1] => stdClass Object
    (
    [code] => INT_SIGNATURE_ON_DELIVERY
    [name] => Signature on delivery
    )

    [2] => stdClass Object
    (
    [code] => INT_SMS_TRACK_ADVICE
    [name] => SMS track advice
    )

    [3] => stdClass Object
    (
    [code] => INT_EXTRA_COVER
    [name] => Extra Cover
    )

    )

    )

    )

    [1] => stdClass Object
    (
    [code] => INT_PARCEL_STD_OWN_PACKAGING
    [name] => Standard
    [price] => 95.05
    [max_extra_cover] => 5000
    [options] => stdClass Object
    (
    [option] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_TRACKING
    [name] => Tracking
    )

    [1] => stdClass Object
    (
    [code] => INT_EXTRA_COVER
    [name] => Extra Cover
    )

    [2] => stdClass Object
    (
    [code] => INT_SIGNATURE_ON_DELIVERY
    [name] => Signature on delivery
    )

    [3] => stdClass Object
    (
    [code] => INT_SMS_TRACK_ADVICE
    [name] => SMS track advice
    )

    )

    )

    )

    [2] => stdClass Object
    (
    [code] => INT_PARCEL_SEA_OWN_PACKAGING
    [name] => Economy Sea
    [price] => 51.55
    [max_extra_cover] => 5000
    [options] => stdClass Object
    (
    [option] => Array
    (
    [0] => stdClass Object
    (
    [code] => INT_EXTRA_COVER
    [name] => Extra Cover
    )

    [1] => stdClass Object
    (
    [code] => INT_SIGNATURE_ON_DELIVERY
    [name] => Signature on delivery
    )

    )

    )

    )

    )

    )

    )
    Australia Post REQUEST:
    country_code=BR&weight=2.384&service_code=INT_PARCEL_EXP_OWN_PACKAGING
    Australia Post RESPONSE:
    stdClass Object
    (
    [postage_result] => stdClass Object
    (
    [service] => Express
    [total_cost] => 109.05
    [costs] => stdClass Object
    (
    [cost] => stdClass Object
    (
    [item] => Express
    [cost] => 109.05
    )

    )

    )

    )
    Australia Post REQUEST:
    country_code=BR&weight=2.384&service_code=INT_PARCEL_STD_OWN_PACKAGING
    Australia Post RESPONSE:
    stdClass Object
    (
    [postage_result] => stdClass Object
    (
    [service] => Standard
    [total_cost] => 95.05
    [costs] => stdClass Object
    (
    [cost] => stdClass Object
    (
    [item] => Standard
    [cost] => 95.05
    )

    )

    )

    )

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘International calculated rate vastly different to Australia Post Website’ is closed to new replies.