Search the Community
Showing results for tags 'WebService'.
-
Hi, i'm using webservice api to get order from my e-commerce but i need to retrieve information about cart rules other than total discounts in order api. How can i get this data? Thanks in advice.
-
Greetings, I am trying to use the Webservice API. I have successfully installed Prestashop locally with the demo products. I have enabled the Webservice module and created an API key. I am issuing the following request via Postman: GET {{webservice_url}}/api/products?output_format=JSO...
-
i activated debug mode and I send submit order request and create cart request but i can't get Webservice API request information in the Symfony Profiler, only to find back end request such as /administration/index.php/configure/advanced/performance instead. I am not the merchant but i have to...
-
Hello everyone ! We are synchronizing our shop with an ERP using the PrestaShop's webservice. We would like the ERP to set the product quantities (via the API) frequently but take the "reserved quantities" (already ordered products) into account. Example : Physical stock = 100...
- 5 replies
-
- prestashop api
- webservice
-
(and 1 more)
Tagged with:
-
J'essaie de construire une web app sur Retool qui me permette de charger multiples images a un produit grace à leur urls seulement . En utilisant le Content-Type : Je ne comprends pas comment il faut que je fasse. Je reçois toujours cette erreur : "message": "Please set an \"image\" p...
-
- javascript
- produits
-
(and 4 more)
Tagged with:
-
Bonjour à tous, J'ai besoin éclaircissement sur un problème lié à la creation de produits via Webservice API d'une boutique. Je reçois cette erreur en réponse : <message> <![CDATA[[PHP Unknown error #8192] Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser...
- 5 replies
-
- produits
- webservice
-
(and 5 more)
Tagged with:
-
Buonasera, Sto da qualche giorno facendo esperimenti con i nuovi GPTs, nello specifico vorrei, tramite actions, utilizzare alcuni andpoint abilitati tramite chiavi api attive nel mio webservice prestashop. Nel GPT ho già creato lo schema yal e sembrer. Purtroppo non riesco a procedere perché h...
-
- api
- webservice
-
(and 3 more)
Tagged with:
-
Hello, I have an issue when creating a new order with Webservice API. I have the following script : <html><head><title>WEB SERVICE - CREATE ORDER</title></head><body> <?php define('DEBUG', true); define('PS_SHOP_PATH', 'my_domain'); define('PS_WS_AUTH_KEY', 'my_key'); require_once('PSWeb...
-
- webservice
- webservice api
-
(and 3 more)
Tagged with:
-
I'm using the PrestaShop WebService API to change the order state. To achieve this, I make a POST request like the following: POST -> https://www.mydomain.com/api/order_histories Body: <prestashop xmlns:xlink="http://www.w3.org/1999/xlink"> <order_history> <id/> <id_emp...
-
- 1
-
-
- webservice
- api
-
(and 3 more)
Tagged with:
-
I'm trying to test out Presta's webservices to validate if presta is viable for my shop. I've signed up for the trial so the site is hosted by presta. I've made a new webservice key and given it the permissions I think it needs. When i go to test the webservice endpoint it asks me to login, I i...
-
Hello, I am developing a website to receive orders from several prestashop. I bring the orders from php with; $ opt = [ 'resource' => 'orders', 'display' => '[id, reference, total_paid, id_customer, id_cart, id_address_delivery, current_state, payment,...
- 2 replies
-
- webservice
- api
-
(and 1 more)
Tagged with:
-
Bonjour, Je souhaiterais, pour connecter mon prestashop à un autre service récupérer les datas de mes clients de manière a synchroniser leur compte entre mes différentes applications. Pour ce faire, je cherche un moyen de récupérer les clients ayant créé ou updaté un compte sur les dernièr...
-
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:
-
Any possible chance to get order invoice pdf from using webservice ? (pdf download link)
-
Hi everybody. I'm currently using the webservice API and I have a problem when creating an order: the API doesn't honor the current_state value. And I'm forced to change the state later. The problem is that in the history the first state is visible. Below are provided the full http messa...
-
Hello fellow developers! I am making a custom product import from customer's database into PrestaShop via webservice. I made a bunch of features into Back Office for all necessary product information. I've tried to investigate webservice documentation and API synopsis, but I haven't found how I...
- 1 reply
-
- webservice
- product feature
-
(and 1 more)
Tagged with:
-
I have a code that firstly read the cart rules and check if there is any duplicate code and this part works fine. I can get from the "GET" service. However, when I move on to "POST", it keeps returning server status 200 to me. It seems it changed from POST to GET automatically. Is there any way t...
-
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:
-
When I try to make an axios post request to upload a product image using the endpoint '/api/images/products/id', I get a 400 error: Please set an "image" parameter with image data for value. Here's the snippet of the code i have. const form = new FormData() const image = await axios.ge...
-
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)
-
Hello everyone, I noticed that by creating a product using the Webservice API a record into "product_attribute" is generated with NULL values in it. This happens with a simple product and also on products with combination. Also I didn't find a way to retrieve this NULL attribute through the A...
- 1 reply
-
- webservice
- product
-
(and 2 more)
Tagged with:
-
Hi, as you read by the title i'm trying to update the catalog of my shop by using the Webservice API Here's the problem when i send the POST request: <?xml version="1.0" encoding="UTF-8"?> <prestashop xmlns:xlink="http://www.w3.org/1999/xlink"> <product_option_values> <product_opti...
-
Hello Friends, Greetings of the day. I have created some video tutorials regarding how to do the below tasks in PrestaShop versions 1.5, 1.6 and 1.7 These video tutorials help to understand, complete tasks, and easily work with PrestaShop. [1]. Prestashop how to set a 10% discoun...
-
Hello, I want to join multiples webservice calls. For example, when I call to: /api/products/1, webservice returns several data, one of this ... id_default_combination. I would like to get that combination information when I call to /api/products/1. I mean only one call to the webservice, not 2....