rappi_search_products
Search products within a Rappi store by store ID and query. Retrieve product name, price, discount, quantity, and stock status.
Instructions
Search products within a Rappi store.
Args:
store_id: Numeric store ID (e.g. 900024799 for Lider).
query: Search term in Spanish.
size: Max results to return (default 40, max 40).
offset: Pagination offset (increment by size to get next page).
Returns a list of products with: composite_id, name, trademark, price, real_price, discount, quantity, unit_type, sale_type, in_stock.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_id | Yes | ||
| query | Yes | ||
| size | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |