Search the Community
Showing results for tags 'web service api'.
-
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:
-
I cannot update the stock of a product with combinations
Piqueras94 posted a topic in General topics
Good morning. I am trying to update the stock of the product combinations using the Prestashop api. I've been seeing in forums that an addition is made in the "stock_available" section of the products xml. The problem I have is that the ID of the combination to modify the stock does not appear....- 2 replies
-
- web service
- web service api
-
(and 7 more)
Tagged with:
-
Hi, I am struggling to get the shipping cost of a carrier while products are in a cart. I've looked at /carts, /carriers, and etc but it doesn't seem to have any field relating to it's shipping cost. I am using this API on a remote server, so I can't edit the prestashop files to retrieve i...
-
- carrier
- shipping cost
-
(and 3 more)
Tagged with:
-
Buenos días. Estoy intentando actualizar el stock de las combinaciones de productos utilizando la api de Prestashop. He estado viendo en foros que se realiza una modificación en la sección "stock_available" del xml del producto. El problema que tengo es que no aparece el ID de la combinación pa...
-
Hello! Please tell me how to filter products in the Web service according to combinations or characteristics? In a mobile application, you need to filter by color, how to do it through web services? Thanks!
-
Recently I started to use PSWebServiceLibrary to update the product price remotely (I could not update the stock yet, but that's another story). However, in order to debug it I needed to enable display_errors in PrestaShop to see what is happening in the backend (at least in version 1.5.x). This is...
- 1 reply
-
- 2
-
-
- web service api
- php
-
(and 1 more)
Tagged with:
-
Hello, How is it possible to read the reduced price of a product using web service? Using this "/api/products/1" returns me the regular price in the price data (according to the source code it should send the reduced price!) Using this "/api/products/1?price[my_price][use_reduction]=1" also...