Skip to content

Feeds

Products and orders

We need access to Webservice API. By default, the webservice feature is disabled on PrestaShop and needs to be switched on before the first use. The official documentation on how to enable the webservice can be found here.

In order to have access to the API you need to create an access key. The following (read) permissions are required for us to retrieve the necessary data:

  • categories
  • combinations
  • configurations
  • orders
  • order_returns (visible if you installed our module)
  • order_returns_full (visible if you installed our module)
  • price_ranges
  • product_customization_fields
  • product_feature_values
  • product_features
  • product_option_values
  • product_options
  • product_suppliers
  • products
  • shop_groups
  • shop_urls
  • shops
  • specific_price_rules
  • specific_prices

Returned products

We have developed a PrestaShop module that adds support for the order_returns endpoint to PrestaShop’s web service API.

For the best results, we recommend installing this module before proceeding with the previous step.

We will provide a download link to the module along with the corresponding installation documentation.