Get tracking number from order via API

Hi,

Is there any way to get the tracking number from a shipped order via API?

Here is my flow:

  1. Import order into Veeqo via API
  2. User manually prints shipping label by using Veeqo
  3. I use Veeqo API to get the tracking number and upload it to the ecommerce platform.

Can I do this, or do I need to scrape the tracking numbers from Veeqo using Selenium etc.?
My ecommerce platform (Target Plus) does not have a direct integration in Veeqo.

Thanks

Hi,

Yes, you can get the tracking number from any shipped orders. You can use a GET request on the orders endpoint.

It will be structured within the response as:

shipment

tracking_url

https://www.royalmail.com/portal/rm/track?trackNumber=DS10000000GB

tracking_number

tracking_number

DS10000000GB

tracking_number_range_id

null

Many thanks,

Are there any webhooks or triggers that will automatically update/notify the ecommerce platform that an order has been shipped (label created)?