What doese these mean?

“tracking_number”: “782113802577”,
is this corresponing with the order number?
“tracking_url”: "http://www.fedex.com/Tracking?action=track&language=english&last_actio
is this the link for me to get the label image?
“carrier_name”: null,
what is the name for ups usps fedx ?

Hi there,

I’m afraid I’m not too sure what it is you are asking. Do you mind walking me through what steps you took to get this tracking number?

Thanks,
Jesse

https://apiverson.ordoro.com/order/order_number
“shipping_info”: {
“shipping_method”: “GROUND_HOME_DELIVERY”,
“ship_date”: “2016-01-06T06:06:06.123456-06:00”,
“tracking_number”: “782113802577”,
“cost”: 11.47,
“tracking_url”: “http://www.fedex.com/Tracking?action=track&language=english&last_action=alttrack&ascend_header=1&cntry_code=us&initial=x&mps=y&tracknumbers=782113802577”,
“has_label”: true,
“carrier_name”: null,
“carrier”: {
“id”: 1234,
“link”: “/carrier/1234”,
},
“box_shape”: “big”,
“length”: 7,
“width”: 7,
“height”: 7
},

for the above
which one is for the order number ?
which one to get label iamge ?
which one to get the delivery company name?
and what is the id for usps fedx ups?

It depends on what order you’re trying to make an update to or GET. The order numbers are given in the orders if you GET all of the orders.

If you have a fedex carrier, you can use the api to get a list of the carriers GET /shipper/ and then you will be able to get the id for that carrier.