WebShopSearchRequest
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
WebShop Search Request Model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
page_index | int | ✅ | — | — |
page_size | int | ✅ | — | — |
product_type | str | ❌ | — | — |
free_text_query | str | ❌ | — | — |
date_from | str | ❌ | — | — |
date_to | str | ❌ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /newwebShop/search | — | src/web_shop_search_listing.py |
Change history
v1.0.0 · 2025-03-16 · Cian (shared account) · feca668a3
models
- Initial version.
Generated from
dismantly-backend/Microservices/WebShop/dependencies/models.py. Do not edit by hand.