> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.trackingmore.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# TrackingMore Create API

### What's _Create_ API?
Create API means creating/importing a tracking number or multiple tracking numbers to TrackingMore portal for our users. Usually, "create API" is using together with "get API". But in TrackingMore API V4, "create a tracking" means "create & get", which is also called real-time API and doesn't need another action of "get API". 

Below are create API in the existing 3 versions of TrackingMore API.

| API Version | Action of Create API | Description |
| --- | --- | --- |
| V4 | [create a tracking](https://www.trackingmore.com/docs/trackingmore/1a12771efd2e4-create-a-tracking) | import **a single shipment** to Trackingmore & **get track results** via API | 
| V4 | [create trackings](https://www.trackingmore.com/docs/trackingmore/fc68b3b89358a-create-trackings) | import **multiple shipments** to Trackingmore via API |
| V3 | [create trackings](https://www.trackingmore.com/v3/api-index#create-trackings) |  import **multiple shipments** to Trackingmore via API |
| V2 | [create tracking](https://www.trackingmore.com/v2/api-index.html#create-tracking) | import **a single shipment** to Trackingmore via API | 
| V2 | [create trackings](https://www.trackingmore.com/v2/api-index.html#create-trackings) | import **multiple shipments** to Trackingmore via API |

| 1. For V4 "create trackings", please use with **V4** [get results API](https://www.trackingmore.com/docs/trackingmore/eebb15e555107-get-results) together. 
| 2. For V3 "create trackings", please use with **V3** [get resuts API](https://www.trackingmore.com/v3/api-index#get-results) together. 
| 3. For V2 "create tracking", please use with **V2** [get result API](https://www.trackingmore.com/v2/api-index.html#get-result) together. 
| 4. For V2 "create trackings", please use with **V2** [get results API](https://www.trackingmore.com/v2/api-index.html#get-results) together. 



### How to Import Shipments by TrackingMore API V4

You can use our [TrackingMore API V4](https://www.trackingmore.com/docs/trackingmore/) to import **a shipment** or **multiple shipments** 
||| Headers, tracking_number, courier_code is REQUIRED

1. Import **a shipment**: [**Create a tracking** API](https://www.trackingmore.com/docs/trackingmore/1a12771efd2e4-create-a-tracking)

!["Create A Tracking" API](https://storage.crisp.chat/users/helpdesk/website/e0174a0b5e49b000/image_xotkz8.png)

2. Import **multiple shipments**: [**Create trackings** API](https://www.trackingmore.com/docs/trackingmore/fc68b3b89358a-create-trackings)

!["Create Trackings" API](https://storage.crisp.chat/users/helpdesk/website/e0174a0b5e49b000/image_ami97g.png)

||| Note: 
||| 1. For importing a shipment (V4 create a tracking), you can request/call it 3 times/s, that means bulk creating. 
||| 2. For importing multiple shipments(V4 create trackings), each call/request only allows _Max. 40_ tracking numbers created/imported.