EbayFitmentEntryGB
Version: v2.1.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
GB eBay fitment entry
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
fitment_id | str | ❌ | — | — |
make | str | ❌ | — | — |
model | str | ❌ | — | — |
type | str | ❌ | — | — |
variant | str | ❌ | — | — |
chassis | str | ❌ | — | — |
years | List[str] | ❌ | [] | — |
engine | str | ❌ | — | — |
notes | str | ❌ | — | — |
k_type | str | ✅ | — | — |
source | FitmentSourceEnum (MANUAL, DONOR_VEHICLE, EBAY) | ✅ | — | Fitment Source Enum |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /newebay/ukMvl/selector | — | src/ebay_mvl/uk/ebay_uk_selector.py |
Change history
v2.1.0 · 2026-02-25 · Cian (shared account) · c39b6236b
Enhance address extraction logic and update tenant handling in sync_addresses_to_contacts.py
- Added optional field
chassis. - Added optional field
variant.
v2.0.0 · 2026-02-21 · Cian (shared account) · 8c92e3702
Update Ebay fitment keys
- Field
sourcetype changed: FitmentSource → FitmentSourceEnum (breaking). - Field
sourceenum valueDISMANTLY_RESEARCHEDremoved (breaking). - Field
sourceenum valueTENANT_DEFINEDremoved (breaking). - Field
sourceenum valueEBAYadded. - Field
sourceenum valueMANUALadded.
v1.0.0 · 2026-02-21 · Cian (shared account) · 3cf5f9e2b
Add eBay fitment entry models and enhance fitment handling in utils.py
- Initial version.
Generated from
dismantly-backend/Microservices/Ebay/dependencies/models.py. Do not edit by hand.