Search services
Services
Search services
Full-text searches the store’s services by name and description, returning up to 30 matches.
GET
Search services
Full-text searches the store’s services by name and description, returning up to 30 matches. The
query parameter is required; omitting it returns 400. Requires the READ_INVENTORY scope.Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Query Parameters
Full-text search term matched against service name and description. Required.
Response
Search services — success.
Example:
200
Example:
true
Example:
"Search services"
Example:
{
"services": [
{
"_id": "66a3b1c4e1b3a40012ef2001",
"name": "Deep Tissue Massage",
"price": 80,
"images": ["https://cdn.salesive.com/sv/massage.jpg"],
"available": true,
"listed": true
}
]
}
