commerce_search_products
commerce_search_productsSearch shop products or browse a category. Read-only, no money moves; runs as action=commerce.search through the Guardrail. You must give at least one of q (query) or category — browsing by category alone is fine, but leaving both empty is rejected. / 상점 상품 검색·카테고리 브라우징(읽기). q 와 category 중 최소 하나는 필수
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search query. May be omitted if category is given. / 검색어 (category 지정 시 생략 가능) | |
| limit | No | Max items to return (up to 50, default 20). / 최대 반환 개수 | |
| cursor | No | Pagination cursor (optional). / 페이지네이션 커서(선택) | |
| agent_id | No | Calling agent id, for the audit trail. / 호출 에이전트 식별자(감사 추적용) | |
| category | No | Category. May be omitted if q is given; category-only browsing is supported. / 카테고리 (q 지정 시 생략 가능) | |
| max_price | No | Maximum price in points (optional). / 최대 가격(포인트, 선택) | |
| min_price | No | Minimum price in points (optional). / 최소 가격(포인트, 선택) | |
| idempotency_key | No | Idempotency key acp_<ULID>. Server generates one if omitted. / 멱등키. 생략 시 서버가 생성 |