cancel
Showing results for 
Search instead for 
Did you mean: 

Can I fetch the product name value for all store views in a single API call?

SOLVED

Can I fetch the product name value for all store views in a single API call?

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?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Can I fetch the product name value for all store views in a single API call?

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.

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

View solution in original post

1 REPLY 1

Re: Can I fetch the product name value for all store views in a single API call?

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.

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.