yosmos Posted July 4, 2020 Share Posted July 4, 2020 Hello, I have a software which fetches products and shows them in analytics and etc. The endpoint I am fetching is this, https://example.com/api/products/?display=full&output_format=JSON It returns something like this, Quote { "products": [{ "id": 20, "id_manufacturer": "0", "id_supplier": "0", ........ The problem I am facing is that I cannot see the currency of the product from /api/products How can I find the default currency of the shop or the currency of the product. It took my 1 day to search, but no clues. Link to comment Share on other sites More sharing options...
ventura Posted July 5, 2020 Share Posted July 5, 2020 Default Currency https://example.com/api/configurations/7 Currency Info https://example.com/api/currencies/ID DEFAULT CURRENCY eg: 1 1 Link to comment Share on other sites More sharing options...
yosmos Posted July 5, 2020 Author Share Posted July 5, 2020 thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now