cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 REST API Get configuration

SOLVED

Magento 2 REST API Get configuration

I'm building a frontend with Magento 2.2 in the backend, and need to apply some logic to how things are displayed.

But I can't seem to find any API that can present me with the store configuration parameters, like: Store -> Configuration -> Sales -> Tax -> Price Display Settings > ..

Are there any API's at all that can present this information, or am I referred to customizing the setup or pulling the database itself for the settings?

Cheers,
Chris

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento 2 REST API Get configuration

You need to create your custom api based on your requirement for getting store settings.

You can check all the native magento api from link,https://devdocs.magento.com/swagger/

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

View solution in original post

1 REPLY 1

Re: Magento 2 REST API Get configuration

You need to create your custom api based on your requirement for getting store settings.

You can check all the native magento api from link,https://devdocs.magento.com/swagger/

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial