Once I create my orders through GraphQL APIs, How can we create and print the shipping labels for them in ShipHero App. It would be better if you suggest some examples or links regarding this issue along with some screenshots if possible.
Hi @darshan!
You should be able to ship the order by going into the app → https://shipping.shiphero.com/orders/
Selecting the order, packing the items, setting the package dimensions, and the click on the Print Label button
Test account should work like the rest of the regular accounts
Let me know if that doesn’t help
Thanks!
Tom
While Creating an order via API, can we send some reference numbers for the shipping label? So When the label gets to print, the reference number also get included in the Shipping Label
Hi @darshan!
No, unfortunately, the only fields included on the label are the ones referenced to the From and To address and the order number on the Shipping Label
Thanks again!
Tom
Hi, I am new to this so I’m asking here if is there any way that I can ship orders and generate labels with API and get the label URL or URL encoded value anything is fine I just want to ship orders and create labels for orders with the API.
There is no way to trigger an order to get shipped/fulfilled from the API, with whatever carrier/method it has configured. That is a manual process that needs to be done in the UI.
As @sdwelrn kindly shared (Thank you for jumping in!) we can set up a webhook to an endpoint you have tied to a shipping method in the UI. When someone uses that method to ship an order, we will trigger the webhook. We expect the label returned as the response. So in this case you will have to provide the label.