Discussions
Not Getting Fedex in APi Response
Dear Concern,
Creation of one rate box fedex-envelope via API
Hey
I'm trying to get a box price from FedEx.
I want the price that appears to me in the attached picture.
When I try to make an API call in the V1 version, I don't see an option to add a box at all.
And in the V2 version I don't get the result that is in the attached picture.
I would love to receive an example of an API call in HTTP form of get a box as in the picture.
Thank you
T&Cs Import Duty Calculator
We would like to use your API to build an import tax & duty calculator. Are there any specific terms we have to take into consideration as we would only display the fees instead of selling and shipping an item?
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.
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"
}
]
}
]
}