> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/list-advertise/amazon/list-items-on-amazon/how-to-get-vat-information-for-amazon-b2b-orders.md).

# How to get VAT information for Amazon B2B orders

To retrieve VAT numbers for Amazon B2B orders, enable the **Buyer tax identifier** setting in your Amazon Seller Central account. This article shows you how.

{% hint style="warning" %}
**Important:** Due to reporting limitations, we can only retrieve VAT numbers for **Fulfilled by Merchant (FBM)** order connections. If you use **Fulfillment by Amazon (FBA/AFN)**, enabling this setting will not change anything.
{% endhint %}

### <i class="fa-memo-circle-info">:memo-circle-info:</i> Before you start

**Good to know**

* We only include VAT numbers for these platforms:
  * Channable API
  * Lightspeed
  * Magento
  * PrestaShop

{% stepper %}
{% step %}
In your Amazon Seller Central account, open the main menu and go to **Orders > Order reports**.

![](/files/J3GznevIHX41Ncd5NELB)
{% endstep %}

{% step %}
On the **Order reports** page, click **Add or remove order report columns**.

<figure><img src="/files/udlUHZhQzIZoG9kKqYUp" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click the toggle for **Buyer tax identifiers**.

<figure><img src="/files/tZbO4W1ajWPYSmjAbfAP" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### What happens next

After **Buyer tax identifiers** is enabled, Amazon includes the VAT number for business orders in the order data. We then retrieve and include that VAT number for orders from Channable API, Lightspeed, Magento, and PrestaShop.


---

# 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://helpcenter.channable.com/list-advertise/amazon/list-items-on-amazon/how-to-get-vat-information-for-amazon-b2b-orders.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.
