Discussions

Ask a Question

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

ANSWERED

Pickup Request not working as expected

Hi .
I have trouble submitting the pickup request to that endpoint with multiple shipment ids.it will always return either "All shipments must belong to the same origin_address_id" or" conflict with timezone" .what is the timezone should I use for pickup requests as our server is located in Singapore.

ANSWERED

Integration does not show Sandbox Access Token

Hi, I'm attempting to test a new integration, but is not able to see the Sandbox access token

Shipping Rule Not Working For Rate API

Shipping rate API always returning "USPS priority" value when quantity is 1 or 2.
As per shipping rule that should return 3 values UPS ground, USPS priority, USPS first class when quantity is 1.
When quantity is more than 2 then it's fails to calculate shipping option.
What should change in API request JSON or any configuration for proper shipping Info base on shipping rule?

Select Optional Services via API v2

How to use Optional Services (e.g. UPS Optional Services such as Saturday Delivery, No Signature) on Shipment API? And how can we set Taxes & Duties through API (such as Post-paid (Receiver) and Pre-Paid (Sender) ) ?

API for our business

Hello Team,

Global Dynamic Shipping (global easyship account)

Following this post https://developers.easyship.com/discuss/62af1d6cbb958b0044c9a7fe where you explained how we can dynamically change the source address (via API) for rates and shipments.