Search the Community
Showing results for tags 'JSON'.
-
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...
-
Hi All, Greetings of the day. The prestashop addon helps to add automatic schema markup microdata JSON-LD about products, business details, reviews, location, social pages, and many more to show google rich snippets in search results and helps in SEO. Automatic Facebook open graph and Twi...
- 21 replies
-
- 1
-
-
- json-ld
- json
-
(and 51 more)
Tagged with:
- json-ld
- json
- sales
- search
- website update
- customers
- webmaster
- breadcrumbs google
- tool
- prestashop module
- web2.0
- amazon
- adwords
- star
- structured
- markeup
- addon
- visitors
- snippets
- guest
- rich
- breadcrumblist
- keyword
- business
- prices
- card
- snippet
- product
- module
- traffic
- social
- ld
- breadcrump
- ratings-stars
- prestashop
- schema
- structured data
- engine
- markup
- stars
- web
- semrush
- sfk
- data
- breadcrumb navigation
- rich card
- search-console
- optimization
- ahref
- console
- webmaster-tools
- bing
-
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...
-
Bonjour, j'ai tenté d'implémenter les données de retours pour les rich snippet. Mais je rencontre un problème pour : returnPolicyCategory Il m'indique : Valeur d'énumération non valide dans le champ "returnPolicyCategory" (facultatif) Ma question, qu'attend Google pour valider ce...
- 1 reply
-
- json
- retour produit
-
(and 1 more)
Tagged with:
-
Hi, I have a doubt whether it is possible to send the web request in JSON format instead of XML format? If so, can you share a sample data please.
- 3 replies
-
- prestashop 1.6
- Webservice
-
(and 1 more)
Tagged with:
-
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:
-
Vorrei inserire un filtro di ricerca stile automotive, che rimanga sempre nell' header e che non perda la configurazione. Esempio in siti di ricambi, selezioni il modello di auto e navighi tra le categorie con quel filtro sempre attivo. Sto provando a farlo con Amazzing filter ma non sto r...
-
I have created a SPA eCommerce website made using Vue.js and other things. For that I needed a REST API server, so I created one. I know prestashop supports JSON API, but those are too complex to use for me, and based on PHP, which is problematic on my servers, frequent hangs. Linux x64 Ex...
-
hi, i need to catch a json from ajax call with an hook before output, edit the json and return json edited for a translation service. i tried to set return but not works in output, the output it's the same at original.. how i can return the content to output ? this is an example:...
-
Good afternoon, I'm having issues with the webservice, I can get all of the products in JSON format but I can't send an Update (PUT) for the price of a product. Has anyone tried to use JSON for the webservice?
-
- json
- webservice
-
(and 3 more)
Tagged with:
-
Bonjour à tous, Version de PrestaShop : 1.7.3.2 URL de la boutique : http://www.inboxin.fr/ Nous rencontrons un souci lorsque un client se connecte sur le site internet avec son compte client. Il peut naviguer sans souci sur les fiches produits et ajouter au panier. En revanche,...
-
I am using Prestashop v1.6.1.17, I am able to create a new cart using url https://myshop.com/cart?add=1&id_product=1&ipa=1 and I am able to get cart details for the whole store using the url https://myshop.com/api/carts?ws_key=XXXX&display=full&output_format=JSON but I unable to get the cart de...
-
- prestashop
- prestashop cart
-
(and 2 more)
Tagged with:
-
Hi, I am trying to make a web request to a site made with Prestashop (v.1.7.3 with dummy content) in order to show the list of products and the product details (including images) within a table view of an iOS app I am currently prototyping using SWIFT 4. No intention so far to put new pro...
-
Ciao a tutti, sto cercando di mostrare i prodotti con i dettagli di uno shop Prestashop (v.17.3) in un table view su iOS con SWIFT 4. Non devo né aggiungere, né modificare prodotti, ma solamente mostrare i prodotti dello shop nell'app. Ho controllato la documentazione ed ho abilitato i Web...
-
Hi Thank you for taking the time to read my question. I recently moved my store to a new server and have found 2 issues that I think may be related. Firstly if I enter the URL www.layella.com I get the maintenance page (I have checked all the possible solutions for this af...
- 3 replies
-
- json
- add to cart
-
(and 1 more)
Tagged with:
-
Hi, I have a question: I need to call an external API (the ERP, to store or update user in his DB) when a new customer is finishing his registration or when is finishing to update his profile. Do you have any suggestion to manage these events? I have the API call ready, but actually I don't kno...
-
How can I get the web service to return json instead of xml?
- 3 replies
-
- 1
-
-
- web service
- webservice
-
(and 1 more)
Tagged with:
-
Hi, I am doing a small module in Prestashop 1.5 . In that module I am getting some data from database as json format. For that I have done this echo json_encode(array($result)); This one is working fine. But when I tried to upload the module to prestashop validator, it showed me the err...