Discussions
Don't have a quote with UPS from US to US?
Don't have a quote with UPS from US to US?
How to disable price with duty option through API
Within the API parameters, the default setting for the "price with duty" is enabled.
How can I set selected_courier_id attribute? Does it needs to be nested within an object body?
I've tried top level declaration of the same attribute but it still defaults to the best value for money Courier.
API shipment request failure - Denmark export to Spain
Hello,
Prefering drop off
is there a way to "force" selection of drop off even for rates includes "courier_does_pickup": ture ?
Error when generating label via shipment
I'm trying to use the sandbox and test generating a label at the same time as a shipment, however when I query the shipment after creation and get the label I get the error:
different results across web/protal and our site (API)
Our site is integarted via API with easyship for some time now. We see consistent results for identical shipments across the easyship portal and our site - as expected.
At your (easyship's) suggestion I created and different new (easyship) account and changed the access key to the new account (on our test environment).
Multi-parcel rates - only one courier returned (BUG?)
Using the API docs for Rate Request (https://developers.easyship.com/reference/rates_request), I've noticed that if I add more than one parcel to the payload the response only returns one courier (UPS). If I have only one parcel, then I get many couriers returned in the response (CanPar, UPS, Canada Post, Purolator… etc).
Why is the post to https://api.easyship.com/2023-01/rates onlyl returning one rate
The API reference states:
The Rates API allows you to request a list of shipping quotes for a prospective Shipment. The response will also indicate which Courier is the cheapest, fastest and best value for money, which is a combination of speed, price and reliability.
Creating Shipment, Why can't destination_address.contact_phone be blank?
https://developers.easyship.com/reference/shipments_create clearly shows that the phone contact is not required for destination address but when creating a shipment in sandbox is can't be null or blank. I do not want to collect phone numbers of my customers just to ship to them. Why is it not consistent?