cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any API to get Price Rules?

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Is there any API to get Price Rules?

I need list of all prices rules but I couldn't find any API for that.

 

Also product list API doesn't return discounted price in case a discount is applied on all products.

 

Can anybody please guide?

2 REPLIES 2

Re: Is there any API to get Price Rules?

Hi @amitdynamic,

 

In Magento 1 you won't be able to get the price rules via API.

Also, as you saw, the catalog_product.list shows the list fo products without price. You'll need to make another request to get the product and see if the data you are looking is there (right now I don't remeber the full output with that condition).

Maybe, the final approach could be to create your own endpoint with the data you need: http://devdocs.magento.com/guides/m1x/api/soap/create_your_own_api.html

Re: Is there any API to get Price Rules?

I also need Price Rule and Coupon Code API. I am not PHP developer but happen to work with it. Technically I want products which are on promotions. Please Help.