Search products
GET {{baseUrl}}/products/search/:search
Service urls: You can combine filter parameters, you only need to use the long version of API urls.
http://yourdomain.com/api/rest/products/search/{search}
OR
http://yourdomain.com/index.php?route=feed/rest_api/products&search={search}Search products with opencart rest api
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"success": 1,
"error": [
"Error description",
"Error description"
],
"data": {}
} |
ENDPOINTS