Search Products
POST
/store/products/search
Products
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.medusa-commerce.com/store/products/search' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - Example 1
{
"hits": []
}
Request
Body Params application/json
Responses
Modified at 2023-10-10 11:56:36