Order Status
This route reports back the tracking number of the specified job. If the job has not been shipped there will not be any tracking number available.
Resource URI
GET /orders/job_id/tracking
Input Parameters
@param job_id {string} a valid 4over job-id.
Sample Request
html
https://api.4over.com/orders/Z32071612343-001/tracking
Sample Response
JSON
{ "tracking":"1Z2A61010358895672" }