By default the product price array contains only the price in the default currency. How do we get via API the price array with all the available currencies for the store.
http://localhost:8000/api/product/ always returns an array of one price: [{the price in the default currency}] not all the prices in all the currencies.
How do we get a JSON with all the prices displayed in this table:
Thanks Max for the suggestion, I tried by looking up for XHR request when opening that table, but no requests are made, which make me think that table gets calculated somehow with the currencies list.