Replies: 1 comment
-
Currently, I only have sellers who use Easy Ship, so it's not an issue today. However, this may create a problem in the future. Were you able to find the solution you were looking for? How did you automate the order processing? I have an auto-processing code where the API calls are made synchronously, and at the end, I get the shipping label for Easy Ship orders. However, this process takes around 2-3 minutes to process one order due to multiple API calls being made to retrieve the label. Do you have any solution to process this order and get the label, let's say, in just 5 seconds? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current marketplace region: Singapore
I am doing an easy-ship integration with a private application, doing bulk schedule & other fulfillment process (such as picking ,packing ) before dispatching to the amazon courier. There are few questions that I would like to ask:
EasyShipShipmentStatus
from the response ofGET /orders/v0/orders
as identifier. Despite the fact there is "PendingSchedule" value , this field will not appear until the order was scheduled pickup. It seems the values provided in doc for this particular field are not accurate at all, will this be fixed in the futureprintableDocumentsUrl
from the response ofPOST /easyShip/2022-03-23/packages/bulk
? Like how the url looks like ? What is its folder structure and naming of the files ? Is all printable documents (shipping labels ) of every order squeeze into a single pdf , or separatelyBeta Was this translation helpful? Give feedback.
All reactions