Discussions
How can we populate field - company_order_number?
Using the API, How can we populate field - company_order_number?
UPS carrier insurance
Can we get the insurance amount from our UPS carrier with negotiated rates account? We want the breakdown of the carrier insurance and shipping amount.
Unable to buy label using v2/shipments
I am using those shipping_settings as part of the API call (production). I was able to create the order and display it through the Easyship dashboard but the purchase has not been made even if the buy_label and buy_label_synchronous were set to true.
[Magento Plugin] Not able to query Taiwan carrier list
Hi, I am trying to integrate the easyship plugin to a magento platform and during the checkout flow the carrier list can be query when select a country as Singapore or Hong Kong, But when I select the checkout country as Taiwan, there will be no return
Webhooks - All Orders Retrieved
I would like to know if you can help me. We are sending orders to EasyShip through endpoint API.
Get optimal box size
We know the length, width, and weight of each item we are shipping. We need to know the optimal box for the item we are shipping. What API will allow us to determine this.
Parts to Box size
We sell over 10M parts. We know the width, length, and weight of easy item we ship. When we setup parts in our inventory system we want to assign a box to the item we ship.
The place of shipment is the United States multibox parcels (Number of parameters > 1) Unable to find the express method
Condition: the place of shipment is the United States
question:parcels (Number of parameters > 1) Unable to find the express method
description:parcels (Number of parameters = 1)Can return to express normally
The following is parcels (Number of parameters > 1) participation and participation
submit:
{
"origin_address":{
"line_1":"S&B Industry Inc.",
"line_2":"15001 Heritage Parkway - Suite 150",
"state":"TX",
"city":"Fort Worth",
"postal_code":"76177",
"country_alpha2":"US",
"contact_name":"1111",
"company_name":"11111",
"contact_phone":"111111",
"contact_email":"[email protected]"
},
"destination_address":{
"state":"Nevada",
"city":"Doral",
"postal_code":"89183",
"country_alpha2":"US"
},
"incoterms":"DDU",
"insurance":{
"is_insured":false,
"insured_amount":"7076.00",
"insured_currency":"USD"
},
"shipping_settings":{
"units":{
"weight":"kg",
"dimensions":"cm"
},
"output_currency":"USD"
},
"parcels":[
{
"total_actual_weight":"12.000",
"box":{
"length":42,
"width":29,
"height":39.5
},
"items":[
{
"quantity":1,
"category":"accessory_no_battery",
"description":"Machine",
"actual_weight":"12.000",
"declared_currency":"USD",
"declared_customs_value":"2345.00"
}
]
},
{
"total_actual_weight":"12.000",
"box":{
"length":42,
"width":29,
"height":39.5
},
"items":[
{
"quantity":1,
"category":"accessory_no_battery",
"description":"Machine",
"actual_weight":"12.000",
"declared_currency":"USD",
"declared_customs_value":"1234.00"
}
]
}
]
}
API does not display the same information
Hi team,
PICK-UP API
We have coded the Pick-up API and can select the date/time slots received by Easyship - once we have selected them, we cannot find the way to push this information back to Easyship