Skip to main content

Global search

GET 

/org/:orgId/search

Search across products, offers, etc. using fuzzy name + full-text match.

Request

Path Parameters

    orgId stringrequired

    Organization ID

Query Parameters

    q stringrequired

    Search query

    types string

    Comma-separated object types (e.g. product,offer)

    limit integer

    Page size (default 20)

    cursor string

    Cursor (offset:query base64 encoded)

Responses

Search response with items and nextCursor

Schema

    items

    object[]

  • Array [

  • description string
    name string
    objectId string
    organizationId string
    score number
    type string
  • ]

  • nextCursor string
Loading...