API Items search_field or category_id isn't returning requested search
Whenever I try any search field or category id I receive the same information back I would with "/items". If I search with "/items/1" it works but nothing else does. I do not receive an error, I just keep receiving the same information back no matter what search field or category id I use.
Comments
3 comments
Can you post code?
You need to pass parameters in url
curl_setopt($curl, CURLOPT_URL, $api_base_url.'items/'?search =SEARCH);
Please sign in to leave a comment.