Search the Community
Showing results for tags 'web service'.
-
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:
-
Hi all , This is my post in forum , i would like to know is there is any option to filter web service out put for category listing based on language id , below is my current xml out put. GET /itart/api/categories/4 HTTP/1.1 Authorization: Basic Host: 192.168.1.41 Accept: */* RET...
- 4 replies
-
- Web service
- filter
-
(and 1 more)
Tagged with:
-
Hy, i have a problem. A have a problem, i find how to put a product into a cart but i dont know haw to put another product. $webService = new PrestaShopWebservice(PS_SHOP_PATH, PS_WS_AUTH_KEY, DEBUG); $xml = $webService->get(array('url' => PS_SHOP_PATH.'/api/carts?schema=blank'...
- 17 replies
-
- web service
- api
- (and 4 more)
-
Buenos dias, Queria decir que estoy sincronizando (post, put) productos en prestashop 1.7 y me sale un problema al añadir productos con combinaciones. Cuando añado un producto X con combinaciones X1, X2 en la pagina del webservice /api/products/... y tengo bien creadas las combinaciones X1, X2,...
-
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!
-
Bonjour, J'essaye de consommer le service web prestashop avec un logiciel type Curl. Le GET marche bien comme suis: GET ("https://domaine/api/customers/1?output_format=JSON", authenticate("FJ1T7FE6JVT8PHME5SK8D9A34RFDGT56","")) Par contre le POST ne marche pas:...
- 4 replies
-
- curl
- authentication
-
(and 1 more)
Tagged with:
-
Hi, how I could get the best sellers and more viewed product from Web Service? Actually, I'm getting all products from web service with this endpoint: https://xxxx.xx/api/products?display=full&ws_key=xxxxxxxx I can't see any field that tells me this The response is: "id": 2,...
- 1 reply
-
- web service
- products
-
(and 1 more)
Tagged with:
-
I want to embed code to connect to a web service on the button where you can pay, could you share the route to make the changes in the code?
-
i have made a custom payment gateway module now i have create a web service and a WSDL so that the gateway provider can update the payment status in case the payment is successful or not. There is no help around for creating webservice for PS 1.7.
-
- prestashop1.7
- web service
-
(and 2 more)
Tagged with:
-
Hello, I am developing the Windows Desktop application (.NET) which uses PrestaShop API for adding new products (for example). When I add only few products, the adding is relatively fast, but when I add more products to the shop, for example 1000 - 5000 products, the adding goes always slo...
-
- web service
- api
-
(and 1 more)
Tagged with:
-
I'm on Prestashop 1.6.1.6 I need to update the shipping_number of an order. For that I'm using: PUT to http://SN...7C@localhost:8888/prestashop1616/api/orders If I send: <?xml version="1.0" encoding="UTF-8"?> <prestashop xmlns:xlink="http://www.w3.org/1999/xlink"> <order>...
-
Hello, a question : Can I consume an asp.net web service with my PrestaShop platform? thank you .
-
How can I get the web service to return json instead of xml?
- 3 replies
-
- 1
-
-
- web service
- webservice
-
(and 1 more)
Tagged with:
-
Interact ASP.NET with Prestashop
Joseph Aristotil posted a topic in Configuring and using PrestaShop
Hi there, We are using two sites one is Prestashop and another one is an ASP.NET based site. Now we want to communicate Prestashop from ASP.NET site to add customers, products, list products and much more, We found a solution that Prestashop have inbuilt Webservices. We are currently host the pr...- 6 replies
-
- ASP.NET
- Web service
-
(and 1 more)
Tagged with:
-
I'm trying to create a product on 1.6 web service but I'm getting this error. Anybody know how to fix it? $webService = new PrestaShopWebservice('http://presta.dev:8888', 'IJQ3F3EULJYS1EYSSDBB8EA4Y2K7RHSY', true); $opt = array('resource' => 'products'); $xml = $webService->get(array('url' => 'http...