Discussions
How can I check shipment using sanbox details?
I am trying to check a shipment or getting rates from sandbox details but getting error "No shipping solutions available based on the information provided"
Couldn't find any shipping solutions
Hi,
Easyship with UPS courier connect to Odoo ecommer website.
If we connect to UPS courier account link with easy ship platform So can we integrate UPS payment connect easy ship platform with e-commerce website using your Python API?
woocommerce plugin returns null results
We're building a brand new website on woocommerce with all the latest versions of everything, have installed your plugin, created and added the access token.
Sandbox request
I'm using the API documentation page to test requests. When using my prod* token, I am able to get 200 responses. However, using the sand* token, I get errors. I've switched nothing but the token and get:
Connecting a new selling platform to Easyship
Hi, I wish to connect a new selling platform that is not registered in Easyship's list. May I enquire if anyone knows how to proceed after creating an API token?
frotn end components
When I integrate the api at checkout on a website build by myself, are there any front end components that are ready to use or is that something I must build myself?
API Pickup Status Variable
I am currently using Zapier to automate a process to send reminder emails to customer who have not shipped their returns back to us yet. To do so, I have set up my automation to look at the "pickup status" variable for the shipment from Easy Ship. It is only supposed to continue if the status is "pending_drop_off". Unfortunately Zapier is still getting the "pending_drop_off" status on orders that were actually shipped back to us several days before the automation ran. Can someone tell me why the status on the order would still be showing "pending_drop_off"? Is there a better variable to check to ensure that the shipment has not been shipped yet?
Cannot get label by API in Sandbox
I have created a testing shipment in sandbox using create_and_buy_label API and the shipment is created with easyship_shipment_id , then I used the easyship_shipment_id to get the label from https://api.easyship.com/label/v1/labels, but it returned error:
{"message":"Shipments not found or labels already requested: ESUS10018758","errors":["Shipments not found or labels already requested: ESUS10018758"],"labels":[],"total_cost":null,"available_balance":-1673.52}
Shipment Status
I am trying to query shipment Status using the: https://api.easyship.com/track/v1/status api using only the ORDER NUMBER as it is specified in the documentation. But I do not received any information.