> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://doc.common-services.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Configuring Amazon VAT Calculation Service (VCS) - Amazon Marketplace Plus

## Introduction

Amazon’s VAT Calculation Service (VCS) allows sellers to:

* Display **VAT-exclusive prices** to business customers  
* Receive the **Downloadable VAT Invoice badge**  
* Increase customer trust and sales, as buyers can filter out sellers without this badge  

Sellers have two options:

1. Let **Amazon generate the invoices**
2. **Upload their own invoices** (also with the downloadable badge)

---

## Prerequisites

Register here to activate the VCS service:  
👉 [https://sellercentral-europe.amazon.com/tax/consolidatedRegistrations?context=enrollment&](https://sellercentral-europe.amazon.com/tax/consolidatedRegistrations?context=enrollment&)

---

## Methods

Two methods are available:

### Method 1: Amazon generates the invoices

During registration, select:  
**"I want Amazon to create invoices on my behalf."**

**👉 End of tutorial.**  
> ⚠️ **Important:** With this option, **the module will not retrieve invoices or tax data from Amazon.**  
> You will not be able to customize or download invoices through PrestaShop.

---

### Method 2: You upload your own invoices

During registration, select:  
**"I will upload my own invoices."**  
👉 Continue with this tutorial.

---

## Module Configuration

1. Enable [Expert Mode](https://doc.common-services.com/en/article/activate-the-expert-mode-amazon-marketplace-plus-ux677a/)

2. Go to the **Advanced Settings** tab:

   ![Advanced Settings](https://storage.crisp.chat/users/helpdesk/website/-/3/f/a/8/3fa8ee645cd13200/prestashop-amazon-marketplace-_1klawro.png)

3. Activate the following options:

   ![VCS Options](https://storage.crisp.chat/users/helpdesk/website/-/3/f/a/8/3fa8ee645cd13200/prestashop-amazon-marketplace-_1skowes.png)

### Description of Options

* **Use VCS Lite**:  
* Activates a new scheduled task named **"VCS jobs"**  
* This cron job will download tax reports from Amazon  
* You must also configure it:  
    👉 [Amazon Marketplace Scheduled Tasks](https://doc.common-services.com/en/article/scheduled-tasks-amazon-marketplace-plus-1j9uidk/)

  If enabled, it will also execute the following actions:

* **Upload VAT invoice**: Automatically uploads invoices (and credit notes if any) to Amazon  
* **Update customer VAT number**: Updates the customer VAT number in their profile using Amazon’s data  
* **Update billing address**: Updates the full customer billing address from Amazon’s tax reports  

---

## Invoice Customization

* Customize invoice templates using HTML files located in:  
  `modules/amazonsaas/views/templates/front/`  
  (files are prefixed with **vidr**)

* Make sure to back up your templates before updating the module.

---

## Where to Find Your Invoices?

* In the order page in PrestaShop  
* In the directory:  
  `modules/amazonsaas/vidr/invoices/`

> ℹ️ The module generates invoices using Amazon’s data.  
> The layout **does not depend on PrestaShop or any external service.**

---

## Support

1. Retrieve the logs from:  
   `modules/amazonsaas/logs/vcs/`

2. Contact our support team:  
   [support.amazon@common-services.com](mailto:support.amazon@common-services.com)
