cancel
Showing results for 
Search instead for 
Did you mean: 

Rest api get all products with price info

Rest api get all products with price info

Hello,

I would like to get the list of all product including the price info for each product which has all price info.

Example:

"price_info": {
"final_price": 8.946001,
"max_price": 8.946001,
"max_regular_price": 8.946001,
"minimal_regular_price": 8.946001,
"special_price": null,
"minimal_price": 8.946001,
"regular_price": 8.946001,

....

}

 

I tried this route: /v1/products but it does not have the full details for product price.

I also found this route: /v1/products-render-info but there is no product sku listed.

 

Thank you in advance for your help.