Search the Community
Showing results for tags 'webservice api'.
-
Hello, Is it possible to create an order via the Webservice API without decreasing the inventory? The use case is that, for accounting purposes, I would like to post orders whose inventory is managed outside of PrestaShop.
- 3 replies
-
- orders
- webservice api
-
(and 4 more)
Tagged with:
-
Hello Prestashop Community, I hope you're all doing well. I'm encountering a persistent issue with product listings in our Prestashop 8.1.6 setup, and I'm hoping someone can lend some insight into a solution. Here's the problem: We have our proprietary PIM (Product Information Management)...
- 2 replies
-
- product page
- webservice api
-
(and 1 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:
-
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 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:
-
Here is my API url of a PUT method: https://{{api_key}}@prestashop.test/api/combinations/10 This is by body data in XML format: <?xml version="1.0" encoding="UTF-8"?> <prestashop xmlns:xlink="http://www.w3.org/1999/xlink"> <combination> <id><![CDATA[10]]></id> <id_product xlink:href="htt...
- 2 replies
-
- prestashop1.7
- webservice api
-
(and 1 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...
-
I am creating a module where i can get all order list including customer details, delivery address, etc. Inbuild orders webservice does't give all details. Is there any way where i can get all the data at once for all the orders with filters and limit?
- 1 reply
-
- orders
- webservice api
-
(and 2 more)
Tagged with:
-
Bonjour, Je souhaite pour un client utiliser un appel (en ajax) à une API externe à Prestashop (prestataire externe). Pour ce faire, j'ai créé : un nouveau fichier php (assembly_check.php) dans le dossier /api/ du serveur (faisant appel à l'API externe) un champ input sur la pa...
- 1 reply
-
- prestashop
- 1.7
-
(and 1 more)
Tagged with:
-
¿Se puede utilizar la API para crear webhooks y que se envie la información a una URL? La cuestión es no usar el panel de administración y que sea a través de la API, como este caso de WooCommerce.
- 1 reply
-
- webservice api
- webservices
-
(and 3 more)
Tagged with:
-
The attachements and attachments/file does not seem to be availiable on 1.7 webservivce (rest-api). It is listed on the 1.7/webservice/reference/ website. Is there any automated way to upload files (PDF) via the rest api, or import function?
-
Retrieving and updating works fine via httpRequest. But posting or using the library to add products fails. Prestashop on: Php version 7.3 Prestashop version 1.7.6.8 My API on: .NetCore 3.1 PrestaSharp 1.2.8 In c# .Net core im trying to create products based on a list that i retri...
-
Hi everyone, I'm using prestashop 1.6.1.24 I want to customize Prestashop web service for my own usage but I don't know how I made the Webservice key for product i want a json output like this : a page with all product json { "count": "150", // Total number of prod...
- 1 reply
-
- json
- prestashop 1.6
-
(and 2 more)
Tagged with:
-
Hello, I've been trying to connect my PrestaShop store to the Zoho CRM though Kloud Connectors, in order to do this acording to their documentation I must create an API Key in my back office, which is already done, the problem is when I set the api key and the url I get this message a thttps://www.k...
-
- prestashop16
- prestashop
-
(and 6 more)
Tagged with:
-
Can anyone answer this question: My developer has created an API to connect my business database with my PS store, I have followed the instructions & everything went as it should, until it checked for the Apache module & the message that came back was: [Please activate the 'mod_auth_basic' Apac...
-
Api Problem Add Product Accessories
davidgs posted a topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
Hi! i am using prestashop 1.5.3 and have a problem adding accessories to a product by the Webservice example: i want to add product:2 and product:3 as accessories to my product i update my product like this: [...] <accessories node_type="product"> <product> <id xlink:href="http://w...