I'm using the V1/products/ endpoint to return a select list of product names. I need the product name value for each store view as well and am accomplishing this by making the API call multiple times for different stores.
Is it possible to accomplish this in a single API call?
Solved! Go to Solution.
Hello @tmillsmonin
You need to develop your custom API, load all the product store wise in that call, get the name and return JSON result.
Hope it helps.
Hello @tmillsmonin
You need to develop your custom API, load all the product store wise in that call, get the name and return JSON result.
Hope it helps.