Discussions
Shipment Checkpoint Timeline to Webhook Delivery
Hey All!
Creating a Label with a sandbox key
Hello,
EASYSHIP / Prestashop
Hi there! Are there any plans to create a prestashop module? We've been using EasyShip manually for some time now and while we love the functionality, it's been a bit of a hassle vs. other services we use.
Pickup API: "Sorry, it is too late to request a pickup at this time, please refresh and try again"
Hi I'm trying to create a pickup request for a shipment that I created using the API. In the pickups endpoint call that I'm making I'm passing in the data as per the documentation and the slots returned by the "pickup_slots" end point. It's failing to create the pickup, however, and returns this response: "Sorry, it is too late to request a pickup at this time, please refresh and try again"
Here's how I'm passing the data in the request body:
{
"courier_id": "dfa5ba0d-4f91-4f6d-9622-8f1a22b23855",
"preferred_date": "2022-04-26",
"preferred_max_time": "2022-04-26T20:00",
"preferred_min_time": "2022-04-26T08:00",
"easyship_shipment_ids": ["xxxxxxxxxxxx"]
}
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.
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"
}
]
}
]
}
Magento 2 - Reset store settings does not work - A technical problem with the server created an error. Try again to continue what you were doing. If the problem persists, try again later.
The reset store settings option in magento gives below error
hi, how can I enable the API access to address validate
hi, how can I enable the API access to address validate
DHL Express Test
What are these API keys for the test, and if they are for the test, how can they be used? Is it possible to check the delivery, for example.
Why is no UPS coming back on rates_request API request?
We only see Fedex, USPS, etc. when trying to get quotes...yet in the dashboard, UPS is showing for the same data? Can someone help? Thanks!