How to pass a tracking ID on the Order

Hi,

I would like to ask if it’s possible to pass a tracking id when creating a new Order on ShipHero. If this is possible, what would be the fields we can use to achieve this?

Looking forward for your response.

Thank you.

Cheers,
Altair

Hi @Altair

The order_create mutation does not have the field to pass the tracking.

You would need to use the shipment_create mutation
In there you have the labels field where you can pass the tracking.

Have a nice day!