EbayFitmentSearchResponse
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
eBay fitment search API response.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
status | str | ✅ | — | — |
result | EbayFitmentSearchResult | ✅ | — | eBay fitment search result payload. |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
EbayFitmentSearchResult — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
total | int | ✅ | — | — |
page | int | ✅ | — | — |
page_size | int | ✅ | — | — |
results | List[EbayFitmentSearchResultItem] | ❌ | [] | — |
Change history
v1.0.0· 2026-04-08 · Cian (shared account) · Initial version. (8879c9d18)
EbayFitmentSearchResultItem — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
ebay_id | str | ✅ | — | — |
title | str | ❌ | — | — |
price | float | ❌ | — | — |
images | List[str] | ❌ | [] | — |
condition | str | ❌ | — | — |
location | str | ❌ | — | — |
seller | SellSimilarSeller | ✅ | — | Seller metadata model. |
seller_page_url | str | ❌ | — | — |
brand | str | ❌ | — | — |
part_number | str | ❌ | — | — |
fitment_count | int | ❌ | — | — |
Change history
v1.0.0· 2026-04-08 · Cian (shared account) · Initial version. (8879c9d18)
SellSimilarSeller — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
username | str | ❌ | — | — |
feedbackScore | str | ❌ | — | — |
feedbackPercentage | str | ❌ | — | — |
Change history
v1.0.0· 2026-03-30 · Cian (shared account) · Initial version. (aba581b9b)
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /newebay/fitment/search | — | src/fitment/ebay_fitment_search.py |
Change history
v1.0.0 · 2026-04-08 · Cian (shared account) · 8879c9d18
Replace legacy eBay search listings with fitment polling flow
- Initial version.
Generated from
dismantly-backend/Microservices/Ebay/dependencies/models.py. Do not edit by hand.