Discussions
Label Generation Issue - shipment.shipmentOptions[2].value: must not be null
Hello ,
The below request for V2 returned an error at first but the same request got successful response as tracking number is "9205590221582759381225"
Failed to create shipment error
Our company has been working on integrating with Easyship API. We tested the "Request rates and taxes" endpoint and all went well but when we attempted the "Create a shipment and buy label", we kept getting this error message "Failed to create shipment: ["error_message: For United States, we don't support items with this category if the sender is covering the taxes & duties. (Home Decor)"]"
USPS for international shipping
I setup a single shipping rule: use USPS for all US shippings. It works.
Aus Post Integration Issues with Loop Returns
Hi there, I recently installed Loop Returns and while I receive a success notification when adding Australia Post as a carrier, it's not appearing in my carrier accounts screen. I have already raised a ticket for this via Loop Returns (#1089033) and can send screen shots if needed. This issue is urgent as we would like to be set up and tested before BFCM occurs.
Why do US Territories like Guam and Puerto Rico return international rates for USPS?
US Territories should be billed at domestic shipping rates for USPS.
Pickup fee in api resposnes
We are integrating the api and we are not able to see any pickup fee for paid pickup services, how we can do this.
Pickup API with Timezone
Hi Team,
Rates vs Shopify Rates?
How do Easyship rates compare to the discounted rates available via Shopify?
Not Receiving Webhooks from Easyship Intermittently
I have several orders that I have not received the updated hook for the return. See that the order was delivered on the outbound, but not seeing the return hook bring in that information (most are sending return and I am getting hooks for them).
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
])