> For the complete documentation index, see [llms.txt](https://developer.esw.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.esw.com/getting-started/get-started-with-esw/finance-and-settlement/invoicing-tax-and-duties-payment/invoicing-requirements.md).

# Invoicing requirements

{% hint style="info" icon="bell-on" %}

## ESW requires

* An **invoice** for all relevant **sales** in the settlement period, and
* A **credit note** for all **returns** processed in that period.
  {% endhint %}

## <i class="fa-circle-euro">:circle-euro:</i> Intra-EU

* **One invoice/credit note per EU country.**
* Must be **addressed to ESW** and **quote the applicable ESW VAT number** for that country.
* **VAT treatment:** Invoices are **Zero-rated** for VAT purposes (B2B transaction).

## <i class="fa-circle-dollar">:circle-dollar:</i> United States (US)

* **One invoice/credit note** for US sales.
* Must be **addressed to ESW’s US entity (EUSA)**.
* **VAT/Sales Tax:** **Zero-rated for VAT purposes**. **No Sales Tax** applies to the sale to EUSA; EUSA will provide relevant **reseller exemption certificates** to the retailer.

## <i class="fa-globe">:globe:</i> Rest of World (ROW)

* Invoices/credit notes issued for **all non-EU countries** can be **grouped on a single document**.
* Must be **addressed to ESW** and **quote ESW’s Irish VAT number**.
* **VAT treatment:** Invoices/Credit Notes for all non-EU countries are **Zero-rated**.

## <i class="fa-house-user">:house-user:</i> Domestic (Retailer’s Home Country)

* For **domestic sales**, charge **VAT at the applicable local rate** on invoices/credit notes, as these constitute domestic sales.

## Sample Documentation

{% columns %}
{% column %}
{% file src="/files/vK3oS9DIJRUSDcW5bhX0" %}
{% endcolumn %}

{% column %}
{% file src="/files/irFaZ8MJ2RsmiQuNYA7H" %}
{% endcolumn %}
{% endcolumns %}


---

# 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, and the optional `goal` query parameter:

```
GET https://developer.esw.com/getting-started/get-started-with-esw/finance-and-settlement/invoicing-tax-and-duties-payment/invoicing-requirements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
