Jump to content

Recommended Posts

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

×
×
  • Create New...