# Upload Tracking Numbers

You can upload your tracking numbers within the Customer → Fulfillment page by using the **Import Tracking** button:

<figure><img src="/files/JjLqnnZQb1yPe01sl5J3" alt=""><figcaption></figcaption></figure>

The upload will require you to import a CSV file. This can be in the same format as the file downloaded from the Fulfillment Search page. You can accomplish this by downloading the file using the **Export CSV** button, adding the tracking numbers to the designated column (Z), and then uploading the modified file after removing any rows above the column headers.\
\
Fulfillment records must be in a **HOLD** status prior to importing the file containing the tracking numbers.

Alternatively, you can construct your own CSV file, using the following fields:

* **orderId**: The orderId displayed in Konnektive
* **clientFulfillmentId**: clientFulfillmentId assigned to the order by Konnektive (Needs the column header at least, but the data can be left empty if not on hand)
* **trackingNumber**: The tracking number for the order
* **carrier**: The shipping service provider
* **method**: The shipping method used by the carrier

Sample file which can be used to build your CSV:


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.konnektive.com/konnektive-crm/fulfillment/upload-tracking-numbers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
