> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.bedaya.ch/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).

# Configuration Prestashop Webservice

Der Prestashop webservice is used for the following activities:

* Manual import of orders in the menu action
* Writing the invoice status from bexio
* Update product inventory with the bexio inventory

To activate the Prestashop Webservice, go to Advanced Settings -> Webservice and generate a  key with the following settings:

* addresses (GET)
* carts (GET)
* currencies (GET)
* customers (GET)
* languages (GET)
* orders (GET, PUT)
* order_details (GET)
* taxes (GET)

If you are using the inventory import you need to enable the following settings:

* combinations (GET)
* products (GET)
* stock_availables (GET, PUT)