v1
latestOpenAPI 3.0.32026-07-248257161.1 KBProducts
search products
This API searches product by email or phone or name and returns list of matched products.
get/products/search
Query parameters
namestring
search products by name. The search string should be a substring of the name. Many products may be found
referencestring
search products by product reference. The search string should be a substring of the reference. Many products may be found
Response
returns list of found products.
Example response
[
{
"id": "fbd2053b-638d-4133-957e-3caf63e6b79c",
"name": "pineapple",
"reference": "SKU56789002",
"description": "Sweet senegalese pineapple",
"normalPrice": 100,
"promoPrice": 90,
"wholesalePrice": 70,
"taxCode": "taxCode1",
"category": "fruits",
"imageUrl": "https://example.com/products/images/pineapple.jpeg",
"updatedAt": "2022-06-20T17:17:11Z",
"createdAt": "2022-06-20T17:17:11Z"
}
]