cocothecat Posted June 5, 2014 Share Posted June 5, 2014 Hi All I need product reference to display in the orders section of the prestashop webservice. I'm sure it used to show however in version 1.5 it does not seem to display. Any help would be great Thanks Gerry Link to comment Share on other sites More sharing options...
Rolige Posted June 5, 2014 Share Posted June 5, 2014 You will need to do a secondary request to get the ID of each product of the order and then get the reference for each one of these products.For eg, if you know the order id you can get all the products id: /api/order_details/?display=[product_id]&filter[id_order]=[1]Now you can get the product reference for each product id: /api/products/?display=[reference]&filter[id]=[1] Link to comment Share on other sites More sharing options...
Recommended Posts