Jump to content

Search the Community

Showing results for tags 'webservice api'.

  • Search By Tags

    • webservice api ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 21 results

  1. 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.
  2. 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)...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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?
  9. 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...
  10. ¿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.
  11. 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?
  12. Hola, Estoy tratando de añadir un valor personalizado a una característica existente mediante la APi. Cualquier modificación que realice funciona correctamente siempre y cuando le pase un id de un valor existente. Pero en este caso estoy intentando añadirle un valor personalizado. Pero no...
  13. 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...
  14. 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...
  15. 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...
  16. Hello, I have linked our ERP system to prestashop and add the products from ERP -> Prestashop over the webservice. So far so good. But... the config and manage of the attributes we will still do it in the prestashop Backoffice. (only Stock and price comes from ERP) When i up...
  17. 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...
  18. Bonjour à tous je débute dans l'exploitation de l'API Prestashop et ne trouvant pas de réponses à ma question, je poste ici en espérant tomber sur quelqu'un qui pourra m'aiguiller. Mon module sera installé chez plusiers clients et doit me permettre de récupérer les commandes de la boutique q...
  19. Hi! How is it possible to read/update the regular product price and the reduced price of a product by the webservice? If I set a product as an offer with a special price in /api/products/[myId] <price> contains only the reduced price using Prestashop 1.4.10.0
  20. 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...
  21. Hi. Quick question, I hope.. I'm currently writing a script that interfaces with my ps 1.5.3.1 shop and an api from my supplier's site to let me know when any products I sell drop off availability. I want to check, and eventually update, the "When out of stock" option on the individual p...
×
×
  • Create New...