> ## 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).

# Error: Unable to import an order of an inactive or unavailable product - Amazon Marketplace Plus

You import your orders and you get an error message like this one

||| Unable to import inactive product "XXX-YYY" – Please enable this product before importing the order"

or

||| unable to import the product unavailable for sale

or

||| Unable to import a product with minimal quantity greater than 1

The module is based on PrestaShop classes (the core of PrestaShop) to proceed with importing orders, forcing to stick to PrestaShop operating principles that will prevent importing a product in an order in some cases;

To be “importable” the product must be activated (1) and available for sale (2):

![PrestaShop Amazon Marketplace product must be activated (1) and available for sale (2)](https://storage.crisp.chat/users/helpdesk/website/-/3/f/a/8/3fa8ee645cd13200/prestashop-amazon-marketplace-_b1none.jpg)

Also, the minimum quantity must be equal to 1 because it corresponds to the regular functioning of marketplaces that sell products at retail (some exceptions apply, which is not the subject here).

You will check either in Quantity tab (1) or in Variation tab (2) whether the product is provided, and that the orderable quantity is equal to 1:

1. ![PrestaShop Amazon Marketplace Quantity tab](https://storage.crisp.chat/users/helpdesk/website/-/3/f/a/8/3fa8ee645cd13200/prestashop-amazon-marketplace-_1r85zhv.jpg)

2. ![PrestaShop Amazon Marketplace Variation tab](https://storage.crisp.chat/users/helpdesk/website/-/3/f/a/8/3fa8ee645cd13200/prestashop-amazon-marketplace-_1n56c11.jpg)

---

## Importing Orders with Inactive or Out-of-Stock Products

By default, **PrestaShop blocks order import** when the product is **inactive** or **out of stock**.  
However, the **Amazon Marketplace module** allows you to **force the import** through advanced settings.

---

### Step 1 – Enable Expert Mode

Before proceeding, you must enable the module’s **Expert Mode**:  
👉 https://doc.common-services.com/en/article/activate-the-expert-mode-amazon-marketplace-plus-ux677a/

---

### Step 2 – Access Advanced Import Settings

1. Go to the **Parameters** tab of the Amazon Marketplace module  
2. Scroll down to the bottom of the page  
3. On the right side of **Order Import Configuration**, click on **Advanced Settings**  
   > (the button will later display *Quick Settings*, but the advanced options will remain visible)

![](https://storage.crisp.chat/users/helpdesk/website/-/3/f/a/8/3fa8ee645cd13200/screenshot3029_60fv9y.jpg)
![](https://storage.crisp.chat/users/helpdesk/website/-/3/f/a/8/3fa8ee645cd13200/screenshot3030_vic38z.jpg)

---

### Step 3 – Enable the Required Options

Depending on your needs, enable the following options:

* **Import orders with out-of-stock products**  
  → Enable **Zero Stock**

![](https://storage.crisp.chat/users/helpdesk/website/-/3/f/a/8/3fa8ee645cd13200/screenshot3031_kkpx5l.jpg)

* **Import orders with inactive products**  
  → Enable **Uncheck product status**

![](https://storage.crisp.chat/users/helpdesk/website/-/3/f/a/8/3fa8ee645cd13200/screenshot3032_5ae3jl.jpg)

---

### Result

Once these options are enabled, the module will be able to **import Amazon orders** even if the products are **inactive** or **out of stock** in PrestaShop.
