sellercloud_search_products
Search SellerCloud catalog by product name, SKU, or attribute to find matching items. Returns paginated results with total count.
Instructions
Search the SellerCloud catalog by name, SKU, or attribute.
Args: query: Free-text search string. Matches against product name, SKU, and indexed attributes. company_id: SellerCloud CompanyID to scope the search to. Falls back to SELLERCLOUD_DEFAULT_COMPANY_ID if omitted. page: 1-indexed page number. page_size: Page size (max 50 enforced server-side).
Returns: JSON envelope: {"ok": true, "data": {"items": [...], "total": N}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| company_id | No | ||
| page | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |