> For the complete documentation index, see [llms.txt](https://help.konnektive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.konnektive.com/konnektive-crm/fulfillment/upload-returned-orders.md).

# Upload Returned Orders

You can upload returned orders on the Fulfillment>Search Fulfillments page with the Import Returns button:

<figure><img src="/files/3viXPR8Pl2rrnqc3v1Kb" alt=""><figcaption></figcaption></figure>

The upload will require you to provide a CSV file in the same format as the file downloaded from the Fulfillments page. You can accomplish this by downloading the file using the “Export CSV” button, changing the status column to “RETURNED” and/or "CANCELLED" for the appropriate fulfillments, and then uploading the modified file. Fulfillments "CANCELLED" in this way will automatically cancel their corresponding continuity purchases as well.

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

* orderId – The order id displayed in Konnektive
* status – should be “RETURNED” or "CANCELLED"
* rmaNumber – The RMA number associated with the order (optional)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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-returned-orders.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.
