Skip to main content
GET
/
v3
/
stores
/
{store_id}
/
product-knowledge
Search store-scoped product knowledge
curl --request GET \
  --url https://api.myscalev.com/v3/stores/{store_id}/product-knowledge \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    "<unknown>"
  ],
  "is_paginated": false
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

store_id
integer
required

Legacy numeric business store ID.

Query Parameters

Search query.

product_id
integer

Optional product filter.

variant_id
integer

Optional variant filter.

limit
integer

Optional result limit.

Response

Success collection response

Non-paginated list payload for v3.

data
any[]
required
is_paginated
enum<boolean>
required
Available options:
false
Example:

false