Search the Community
Showing results for tags 'api'.
-
When I successfully upload an image using PS webservice ('POST' myshop.com/api/images/products) the response is the image itself. I would like to have a JSON response so that I can use the image ID. I have tried to add `output_format=JSON` to the query string and adding the "Accept: application/js...
-
Hello, My boss needs me to create an application to control the stock of products and delivery of orders. I made a lot of progress with the API and right now im able to retrive all the data i need and show on the front-end whatever my boss asks for, but right now i need to actly change the values...
-
Bonjour, Nous sommes en prestashop 1.7, nous commercialisons uniquement en France actuellement. Nous avons plusieurs entrepots via des services logistiques: - Octopia fulfillment , le stock de l'entrepot en france est mis à jour directement sur notre prestashop via API - Amazon FBA eu...
-
Hi everyone ! I'm new on this forum, so happy to have joined it Indeed, I came here cause I need to create a system to export blog posts to prestashop for my software. I basically want to do it with python requests, sending main infos (title, url slug, content) and metadatas (metatitle an...
-
- software
- blog posts
-
(and 2 more)
Tagged with:
-
Bonjour à tous, Je souhaiterai récupérer le détail des réductions appliquées sur une commande via l'api et suis pour l'instant bloqué. A chaque réduction créée je vois bien dans le fichier cart_rules la réduction en question mais rien n'indique à quelle commande elle est rattachée. D'après...
-
Hello everyone, I’m currently looking for a free module or alternative to integrate the Facebook Conversions API into my PrestaShop store. My main goal is to track events like purchases and add-to-cart actions accurately, without relying solely on the Facebook Pixel, which can be blocked by ad...
-
- conversion-tracking-tag
- conversions
-
(and 2 more)
Tagged with:
-
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...
-
Hello everyone, I'm new to PrestaShop and have been setting up my online store over the past few days. I've encountered an issue with configuring payment gateways. I've tried integrating both PayPal and Stripe, but I'm running into some problems. Here are the steps I've followed so far:...
-
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:
-
webservice api Creating Marketplace order in Prestashop 8
dawidKaz posted a topic in Core developers
Hello, Could anyone guide me on the correct process for creating a marketplace order via a Web Service API? For instance, I need to post an Amazon order to Prestashop. The documentation suggests using the /orders endpoint, but it requires several attributes, including: Delivery Addres...-
- presta 8
- marketplace
-
(and 2 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:
-
I try to send via webservice in presashop 1.7.8 php 7.4 the product combinations, they are already created correctly, but when I send the association as indicated in combinations https://devdocs.prestashop-project.org/1.7/webservice/resources/combinations / Sending the following xml (using the prest...
-
- webservice api
- api
-
(and 1 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:
-
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:
-
This free module for Prestashop makes POST request after order status changed to your API URL with order data. This module will be useful for developers to pass through some order data to third-party API after changing of order status. Feel free to customize the module yourself to pass muc...
- 6 replies
-
- 1
-
-
- api
- order status change
-
(and 3 more)
Tagged with:
-
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...
-
Hi! How I can add new table from DB in WebService API? Prestashop 1.6
-
- api
- webservise
-
(and 1 more)
Tagged with: