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
Solved! Go to Solution.
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/
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/