Jump to content

How to get currency of a product via web service


yosmos

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...