Search the Community
Showing results for tags 'put'.
-
I activated the webservice to synchronize the price of a product with the program that manages the warehouse via API. With the Postman program I make a test by sending a put with this text: response 200 OK On prestashop the price is modified but all the values present in the product are ca...
-
- webservice
- service
-
(and 5 more)
Tagged with:
-
Hi, I found out there is a method to do stock update on multiple product with only one request. Maybe some of you already now the way but I didnt found it when I was searsching for. Solution : 1) Create a web request to "http://your.shop.url/api/stock_availables/1&display=[id,qu...
- 1 reply
-
- 1
-
-
- webservice
- webservices
-
(and 7 more)
Tagged with:
-
Bonjour, Pour le contexte, actuellement j'arrive à PUT des informations dans ma BDD grâce à cette méthode Je n'ai aucun problème avec le GET et le PUT. Par contre j'essaie depuis plusieurs jours d'utiliser la méthode POST de l'API Prestashop avec finalement toujours la même...
-
- prestashop
- presta
- (and 19 more)
-
Hi How can I send a PUT / POST HTTP request, without PHP? I have used PHP a heap, but now I writing for a smartphone. (Using Swift, Java and was C#). (If asked, I can show the swift code that I use.) GET is simple, you can also just put the URL in a web browser to get a response. I...
-
Hello, I connected my ERP (not in PHP) with a Prestashop 1.7.4.4 by using WEBSERVICES. I use CURL in command line to communicate with the webshop. I can send and update Categories, Manufacturers and Products. I can insert and delete images but I can't update them 😞 Here how...
-
- put
- webservices
-
(and 3 more)
Tagged with:
-
Hi, I'm trying to only add related products trough the webservice and have some difficulties. Every time I try to PUT following content to the webservice endpoint, trying to add product 7 + 10 to product 4, my products disappears in the backend. Here my body request: == PUT /api/produ...
- 1 reply
-
- 1.7
- webservice
-
(and 3 more)
Tagged with:
-
Good afternoon, I'm having issues with the webservice, I can get all of the products in JSON format but I can't send an Update (PUT) for the price of a product. Has anyone tried to use JSON for the webservice?
-
- json
- webservice
-
(and 3 more)
Tagged with:
-
Hello, I'm trying to update image by webservice using curl command line. To post, I do it like that : curl -F image=@mypict.jpg --user Mykey: www.mysite.com/api/images/pictures/Idprod -o response.xml To put, I do it like that : curt -X PUT -F image=@mypict.jpg --user Mykey:...
- 1 reply
-
- put
- webservices
-
(and 1 more)
Tagged with:
-
Buenos días, hace poco conseguí leer un xml por medio de un webservice, modificar los valores que quería (posición) y ejecutar el webservice para modificar el producto. Pero desde ayer aunque cambia la posición del producto me salta un érror 500 y no consigo saber a que se debe. El mismo cód...
-
- webservice
- products
-
(and 1 more)
Tagged with:
-
Hello everyone. So, I need to update the field of "active" into a product that was already created as non active, but using the WebServices won't work. First, I tried to extract the original XML of the product, change the field and send it back with a PUT Request, but it won't accept some fi...
-
Looks simple but I lost! I would place a simple reveal.js code into my product page but I do not know how, and where to put it <script type="text/javascript" src="jquery.reveal.js"></script> I mean I uploaded the srcipt into the themes/prestashop/js folder, but how to link it correctly to sho...
-
- javascript
- insert
-
(and 2 more)
Tagged with:
-
Webservice call POST or PUT -> 404
dandumit posted a topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
Hello All, I have a small script used to update the products in my shop (1.5.6.2) . When I call the Webservice with method GET, this is working correctly. If I try to update or create , therefore to call with method POST or PUT, then I got the error 404 . I have tried to look on logs an...- 1 reply
-
- webservice
- post
-
(and 2 more)
Tagged with:
-
Hi, I am developping a Windows service Application in C#.NET that gets and updates informations from prestashop. I can get all the informations but I have a problem when i try to update orders. the error is the error 405. the peace of code is the folowing : var response =...
- 1 reply
-
- Webservice
- put
- (and 6 more)
-
Modifier une image de catégorie avec le webservice
guihome7892 posted a topic in Discussion générale
Bonjour, J'arrive a envoyer une image avec le webservice pour une catégorie, mais pas à la modifier. Quelqu'un aurait il une solution, voici un exemple en html, qui fonctionne en ajout avec le post, mais pas avec le Put <form enctype="multipart/form-data" method="PUT" action="http://maclé@m... -
How can i move the paymentlogoblock to just below the shopping cart? Right now the paymentlogoblock is in my right column but i would like it to be in the header.
- 13 replies
-
Hi, Prestashop 1.5.0.14 Is there a way to include all sub-categories under all each parent categories? Every parent category must include all each sub-categories. I have lots of categories and sub-categories. I have: 36 pcs category A .... 674 pcs sub-category AA ........... 27 pcs sub-catego...
-
- categories
- parent
- (and 6 more)