Jump to content

Search the Community

Showing results for tags 'REST API'.

  • Search By Tags

    • rest api ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 6 results

  1. Hi, I'm developing a connector between my ERP and Prestashop. I'm sending my customers, categories, products and groups to Prestashop API and works OK. The problem is that one customer can only see the products of his group, and by default, when you add a customer he is in group 1,2 and 3. Us...
  2. Hi, I'm trying to find a solution to tranfer special prices and promotions via webservice. But in the API, the fields where you specify restrictions for a special price rule or a cart rule such as country, category, produtc, etc. do not exist. Does anyone know how I can transfer those restictions in...
  3. I am adding virtual product in PrestaShop using API and I am using PSWebServiceLibrary. I have successfully added product and its images but when I am trying to add file to download for this product, I didn't find any method in above library and API. So, I need any method to add downloadable...
  4. I've been successful in creating an extra table in the prestashop products table throught rest api of webservice , however the api link http://127.0.0.1/prestashop/api/wb3d/1 wb3d is the new table which i have created in webservice . which holds a path to images directory somewhere on the web . this...
  5. Good day, dear friends! Trying to solve the problem for several weeks with the import of thousands of Microsoft Word documents at the REST API I have not found the section of virtual files (table ps_product_download). Also I was not able to save the form products through the curl, since I coul...
  6. Hello, I am trying to create a new category using the REST api and POST, I created an access key with privileges on categories. the command I use is curl -u 'myaccesskey:' -d @myxml 'http://myurl/shop/api/categories/' and myxml is a file containing xml='<category> <id_parent>5</<id_pa...
×
×
  • Create New...