exootia Posted December 2, 2016 Share Posted December 2, 2016 Bonjour à tous, Je suis en train de regarder le WS que propose prestashop. J'ai fait un test en récupérant la liste des produits, ce qui me donne un objet json de cet type : Requete : http://monsite.com/api/products&output_format=JSON "products": [ { "id": 10 }, { "id": 2 }, { "id": 1 }, { "id": 3 }, { "id": 4 }, { "id": 5 }, { "id": 6 }, { "id": 7 }, { "id": 8 }, { "id": 9 } ], Est-ce possible de personnaliser ce que me renvoie l'API ? Par exemple, je voudrais pouvoir récupérer le nom des produits, le titre etc... Merci d'avance Link to comment Share on other sites More sharing options...
exootia Posted December 3, 2016 Author Share Posted December 3, 2016 J'ai trouvé : il suffit d'ajouter le critère "display" dans la requete monsite.com/products?display=full&output_format=JSON ou pour définir les critères à sortir : monsite.com/products?display=[name,id]&output_format=JSON Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now