How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Track-POD Order API

The Order API from Track-POD — 23 operation(s) for order.

Track-POD Order API is one of 8 APIs that Track-POD publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Order. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 2 JSON Schemas.

This API exposes 27 operations across 23 paths, and defines 22 schemas. It is described by OpenAPI 3.2.0, at version 2.0.

Requests are made against a single base URL, https://api.track-pod.com.

27 operations 23 paths 22 schemas 2 DELETE12 GET2 POST11 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.0
Base URL
https://api.track-pod.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Track-POD Order API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-API-KEY (ApiKey). By default, every request must be authenticated.

  • ApiKey — Please enter API key into field

Paths & Operations 27

Across 23 paths, the API surfaces 27 operations — 2 DELETE, 12 GET, 2 POST, 11 PUT. Each is listed below with its method, path, parameters, and response codes.

Order 27
POST
/Order
Add unscheduled order
AddOrder 2 params body → 201400401415429500
PUT
/Order
Update order
UpdateOrder 2 params body → 202410400401404405415429
POST
/Order/Bulk
Add unscheduled orders (the maximum is 500)
AddOrderBulk 2 params body → 200201400401415429500
GET
/Order/Number/{number}
Get order by number
GetOrderByNumber 1 param → 200410401404429500
DELETE
/Order/Number/{number}
Delete order by number
DeleteOrderByNumber 1 param → 200400401404429500
GET
/Order/Id/{id}
Get order by Id
GetOrderById 1 param → 200410401404429500
DELETE
/Order/Id/{id}
Delete order by id.
DeleteOrderById 1 param → 200400401404429500
GET
/Order/TrackId/{trackId}
Get order by TrackId
GetOrderByTrackId 1 param → 200401404429500
PUT
/Order/TrackId/{trackId}
Update order by TrackId
UpdateOrderByTrackId 2 params body → 202400401404405415429500
GET
/Order/Date/{date}
Get orders by date
GetOrderByDate 1 param → 200400401429500
GET
/Order/Route/Date/{date}
Get orders by route date
GetOrderByRouteDate 1 param → 200400401429500
GET
/Order/Route/Code/{code}
Get orders by route code
GetOrderByRouteCode 1 param → 200401429500
GET
/Order/Status/Date/{date}
Get orders after status modify date and time (min. request time is UTC - 1 day)
GetOrderByStatusDate 1 param → 200400401429500
GET
/Order/Number/{number}/List
Get orders by number (last 25 orders)
GetOrdersByNumber 1 param → 200410401429500
PUT
/Order/Number/{number}/Statusdeprecated
Set order status by number. Deprecated. Please use /Order/Complete or Reject instead.
SetOrderStatusByNumber 1 param body → 200400401405404429500
PUT
/Order/TrackId/{trackId}/Statusdeprecated
Set order status by TrackId. Deprecated. Please use /Order/Complete or Reject instead.
SetOrderStatusByTrackId 1 param body → 200400401405404429500
PUT
/Order/Id/{id}/Statusdeprecated
Set order status by id. Deprecated. Please use /Order/Complete or Reject instead.
SetOrderStatusById 1 param body → 200400401405404429500
GET
/Order/Number/{number}/Pdf
Get order POD by number
GetOrderPodByNumber 1 param → 200401404429500
GET
/Order/Id/{id}/Pdf
Get order POD by Id
GetOrderPodById 1 param → 200401404429500
GET
/Order/Number/{number}/Shipping-label
Get order shipping label by number
GetOrderShippingLabelByNumber 2 params → 200401404429500
GET
/Order/Id/{id}/Shipping-label
Get order shipping label by Id
GetOrderShippingLabelById 2 params → 200401404429500
PUT
/Order/Number/{number}/Complete
Set the order status to 'delivered', 'collected', or 'partially' by number. Note: The order must be scheduled for delivery.
CompleteOrderByNumber 1 param body → 200400401404500
PUT
/Order/Id/{id}/Complete
Set the order status to 'delivered', 'collected', or 'partially' by Id. Note: The order must be scheduled for delivery.
CompleteOrderById 1 param body → 200400401404500
PUT
/Order/TrackId/{trackId}/Complete
Set the order status to 'delivered', 'collected', or 'partially' by TrackId. Note: The order must be scheduled for delivery.
CompleteOrderByTrackId 1 param body → 200400401404500
PUT
/Order/Number/{number}/Reject
Set the order status to 'not delivered' or 'not collected' by number. Note: The order must be scheduled for delivery.
RejectOrderByNumber 1 param body → 200400401404500
PUT
/Order/Id/{id}/Reject
Set the order status to 'not delivered' or 'not collected' by Id. Note: The order must be scheduled for delivery.
RejectOrderById 1 param body → 200400401404500
PUT
/Order/TrackId/{trackId}/Reject
Set the order status to 'not delivered' or 'not collected' by TrackId. Note: The order must be scheduled for delivery.
RejectOrderByTrackId 1 param body → 200400401404500

Schemas 22

The contract defines 22 schemas that model the data the API accepts and returns. The most detailed are Order (83 properties), PickupOrder (63 properties), NewOrder (35 properties), Goods (17 properties). Each schema is shown below with its type and property counts.

PickupOrder
object
63 properties
NotificationsPolicy
object
4 properties
Goods
object
17 properties
RouteStatus
string
CustomField
object
3 properties
ApiResponse
object
Object for all API responses, except GET (status code: 200)
3 properties
NewCustomField
object
2 properties
CompleteOrderGoods
object
Optional. By default, all goods are completed in full.
5 properties
OrderResult
object
3 properties
CompleteOrder
object
Optional
5 properties
Source
string
NewOrder
object
"" - required fields
35 properties
NewOrderGoods
object
"" - required fields
9 properties
ApiRemovedOrderResponse
object
4 properties
StatusRequest
object
2 properties
RejectOrder
object
Optional
4 properties
OrderStatus
string
LoadStatus
string
NewPickupOrder
object
16 properties
RemovedOrder
object
13 properties
OrderRejectReason
string
Order
object
83 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

track-pod-order-api-openapi.yml Raw ↑

Other APIs Track-POD publishes across the network.

Track-POD Address API
Track-POD Driver API
Track-POD RejectReason API
Track-POD Route API
Track-POD Test API
Track-POD Vehicle API
Track-POD VehicleCheck API
Where this information came from

This is an independent, third-party profile of Track-POD Order API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.