Search Products
POST
/store/products/search
Products
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '{{BASE_URL}}/store/products/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"q": "string",
"offset": 0,
"limit": 0,
"filter": null
}'
Response Response Example
200 - Example 1
{
"hits": []
}
Request
Body Params application/json
Responses
Modified at 2023-10-10 11:56:36