curl --request GET \
--url https://api.myscalev.com/v3/stores/{store_id}/product-knowledge \
--header 'Authorization: Bearer <token>'{
"data": [
"<unknown>"
],
"is_paginated": false
}Requires the store:list machine scope.
curl --request GET \
--url https://api.myscalev.com/v3/stores/{store_id}/product-knowledge \
--header 'Authorization: Bearer <token>'{
"data": [
"<unknown>"
],
"is_paginated": false
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Legacy numeric business store ID.
Search query.
Optional product filter.
Optional variant filter.
Optional result limit.