Discussions

Ask a Question
ANSWERED

Demo API Not Function

Hi,

ANSWERED

Walmart

Hi support team,

ANSWERED

Pickup error!

Hi Admin,

Could not return rates

Hi,

Rating inconsistency API vs WEB

Hello,

ANSWERED

Sandbox - "Sorry, we couldn't find any shipping solutions based on the information provided."

Hi,
Why am I getting all the time the response "Sorry, we couldn't find any shipping solutions based on the information provided." calling this endpoint ->
https://api.easyship.com/shipment/v1/shipments/create_and_buy_label
The same problem I had with the request rates endpoint. I had to change the sanbox key to the production key after reading some threads in "Discussions". After this change I got the list of couriers, but with the sandbox key I got "Sorry, we couldn't find any shipping solutions based on the information provided."
Please find below the body of the request to the "/shipment/v1/shipments/create_and_buy_label" endpoint:
'body' => json_encode([
'selected_courier_id' => 'b6f1d8c1-7e1e-465e-aa64-880d34662e54',
"is_insured" => false,
"destination_country_alpha2" => "US",
"destination_city" => "New York",
"destination_postal_code" => "10022",
"destination_state" => "NY",
"destination_name" => "Aloha Chen",
"destination_address_line_1" => "300 Park Avenue",
"destination_phone_number" => "+1 234-567-890",
"destination_email_address" => "[email protected]",
"seller_notes" => "VIP client",
"buyer_notes" => "Happy Birthday!",
"order_notes" => "Happy Birthday!",
"items" => [
["quantity" => 1,
"description" => "Application documents",
"category" => "documents",
"height" => 0,
"width" => 0,
"length" => 0,
"declared_currency" => "USD",
"declared_customs_value" => 0
]
],
"allow_courier_fallback" => false,
"buy_label_synchronous" => true,
"format" => "URL",
"label" => "4x6",
"commercial_invoice" => "4x6",
"packing_slip" => "4x6",
"total_actual_weight" => 0.2
])

ANSWERED

Integration With Open Cart 1.52

Hi, we are a developer using open cart 1.52, would like to enquire if easyship API has an existing integration or extension utilizing open cart?

ANSWERED

Easyship and local courier pickup address bug

I used Easyship service in HongKong. When I arrange the local courier, SF Express, to my warehouse, through dashboard or api, sometimes the SF Express got the wrong address(usually my billing address). This bug happens quite often. Please fix it.

ANSWERED

Company name on labels

A lot of our recipient are businesses and we need to be able to set their company name on labels. At the moment, you seem to duplicate the person's name in both fields before forwarding it to the carrier.

Creating Label

Hello,