shippo-php-client icon indicating copy to clipboard operation
shippo-php-client copied to clipboard

Shipping Rates is empty from_address BD

Open therajibhossain opened this issue 5 years ago • 0 comments

If I set $from_address = array( 'name' => 'Mr Hippo2', 'company' => 'Shippo2', 'country' => 'BD', 'city' => 'Dhaka', // 'zip' => '1000', ); it doesn't return the Shipping Rates although I manually added a DHL Express career on Shippo: https://app.goshippo.com/settings/carriers

But if use default career of shippo with $from_address_country US, it works perfectly. So, how can I get the shipping rates and tracking status with from BD or IN(india)? Any suggestion would be appreciated...

therajibhossain avatar Dec 24 '18 06:12 therajibhossain