EbaySearchParams
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Ebay Search Params Model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
free_text_query | str | ❌ | — | — |
last_listed_on_from | str | ❌ | — | — |
last_listed_on_to | str | ❌ | — | — |
hide_sold_listings | bool | ❌ | — | — |
status | str | ❌ | — | — |
part_type | str | ❌ | — | — |
has_fitment | bool | ❌ | — | — |
template_name | str | ❌ | — | — |
days_on_ebay | str | ❌ | — | — |
listing_method | str | ❌ | — | — |
data_quality | str | ❌ | — | — |
page_index | int | ✅ | — | — |
page_size | int | ✅ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /newebay/search | — | src/ebay_search.py |
| API | POST /newebay/search/filters | — | src/ebay_search_filters.py |
Change history
v1.0.0 · 2025-08-17 · Cian (shared account) · 76949f8a6
fx
- Initial version.
Generated from
dismantly-backend/Microservices/Ebay/dependencies/models.py. Do not edit by hand.