I am trying to search magento products by name using the REST API in an iOS app.
The response contains all the information about the product. What if I only needed the SKU and name to be returned in the API response?
You can either extend the API on the Magento side and return on SKU or you can select just the SKU on your call to the Magento application.
What is the criteria you are using to do you select in Magento?
I was trying to access thev1/search api using the search_term field name:
@Brent W Peterson Can you throw some light on search_term parameter? I read somewhere, you can choose the response parameters of an API request using the V1/search API and search_term parameter. I tired many iterations of this API but non of them worked.
I am using the below API:
but it gives error !