Open
Description
Please list the related package(s)
retail-ui-extensions-react
If this related to specific APIs or components, please list them here
Is your feature request related to a problem? Please describe.
I am developing extensions for POS. I want to make an API call to my app which requires product handle in the request params. Currently the product search API do not return the product handle.
Describe the changes you are looking for
Return product handle in the POS Product Search API response
Describe alternatives you’ve considered
One alternative approach tried is to make additional calls to Shopify product APIs to get the product handle, but this isn’t the optimal way as it leads to performance constraints