# Returns

## Introduction

HotWax's [Create Return API](https://docs.hotwax.co/documents/integrate-with-hotwax/hotwax-commerce-api-and-data-feeds/returns/create-return) provides the ability to create a return in HotWax for returns which have been processed and completed in the integrated E-commerce system.

The returns financial feed, then, generates necessary data to be communicated with external systems in a JSON format. A sample of the feed can be found on the [Returns Financial Feed](https://docs.hotwax.co/documents/integrate-with-hotwax/hotwax-commerce-api-and-data-feeds/returns/returns-financial-feed#:~:text=RETURNS-,Returns%20Financial%20Feed,-Learn%20about%20the) section.


---

# 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://docs.hotwax.co/documents/integrate-with-hotwax/hotwax-commerce-api-and-data-feeds/returns.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.
