Skip to main content

EbayFitmentRecord

Version: v4.1.0

Stored entity

Partition key pk, sort key sk • discriminator type = "EBAY_FITMENT"

Overview

EBAY_FITMENT record stored in DynamoDB

Fields

FieldTypeRequiredDefaultDescription
pkstr
skstrEBAY_FITMENT
typestrEBAY_FITMENT
tenant_idstr
part_idstr
user_idstr
fitment_country_codestr
fitmentList[EbayFitmentEntryAUSEbayFitmentEntryGBEbayFitmentEntryUS]
created_atstr
updated_atstr

Embedded models

Models embedded in the fields above — shown inline; they have no separate page.

EbayFitmentEntryAUS — v3.2.0
FieldTypeRequiredDefaultDescription
fitment_idstr
epidsList[str]
yearsList[str]
makestr
modelstr
submodelstr
variantstr
plat_genstr
enginestr
bodystr
typestr
k_typestr
notesstr
sourceFitmentSourceEnum (MANUAL, DONOR_VEHICLE, EBAY)Fitment Source Enum

Change history

  • v3.2.0 · 2026-02-26 · Cian (shared account) · Added optional field body.; Added optional field k_type.; Added optional field plat_gen.; Added optional field type. (818fdfe0b)
  • v3.1.0 · 2026-02-25 · Cian (shared account) · Added optional field variant. (c39b6236b)
  • v3.0.0 · 2026-02-23 · Cian (shared account) · Removed field epid (breaking).; Removed field year (breaking).; Added required field epids.; Added required field years. (96b46858b)
  • v2.0.0 · 2026-02-21 · Cian (shared account) · Field source type changed: FitmentSource → FitmentSourceEnum (breaking).; Field source enum value DISMANTLY_RESEARCHED removed (breaking).; Field source enum value TENANT_DEFINED removed (breaking).; Field source enum value EBAY added.; Field source enum value MANUAL added. (8c92e3702)
  • v1.0.0 · 2026-02-21 · Cian (shared account) · Initial version. (3cf5f9e2b)
EbayFitmentEntryUS — v3.1.0
FieldTypeRequiredDefaultDescription
fitment_idstr
epidsList[str]
yearsList[str]
makestr
modelstr
trimstr
enginestr
submodelstr
aspirationstr
bodystr
notesstr
sourceFitmentSourceEnum (MANUAL, DONOR_VEHICLE, EBAY)Fitment Source Enum

Change history

  • v3.1.0 · 2026-02-26 · Cian (shared account) · Added optional field aspiration.; Added optional field body.; Added optional field submodel. (818fdfe0b)
  • v3.0.0 · 2026-02-23 · Cian (shared account) · Removed field epid (breaking).; Removed field year (breaking).; Added required field epids.; Added required field years. (96b46858b)
  • v2.0.0 · 2026-02-21 · Cian (shared account) · Field source type changed: FitmentSource → FitmentSourceEnum (breaking).; Field source enum value DISMANTLY_RESEARCHED removed (breaking).; Field source enum value TENANT_DEFINED removed (breaking).; Field source enum value EBAY added.; Field source enum value MANUAL added. (8c92e3702)
  • v1.0.0 · 2026-02-21 · Cian (shared account) · Initial version. (3cf5f9e2b)

APIs / Triggers

TriggerEndpoint / SourceDetailHandler
APIPOST /newebay/src/ebay_post.py
APIPUT /newebay/src/ebay_put.py

Change history

v4.1.0 · 2026-06-19 · Cian (shared account) · 9f254e27c

Clean sync formatting and harden eBay migration tooling

  • Added optional field fitment_country_code.
v4.0.0 · 2026-02-23 · Cian (shared account) · 96b46858b

Update eBay fitment models

  • Field fitment type changed: List[Dict[str, Any]] → List[Union[EbayFitmentEntryAUS, EbayFitmentEntryGB, EbayFitmentEntryUS]] (breaking).
v3.0.0 · 2026-02-21 · Cian (shared account) · 01f91baac

Rename 'eb_fitment' to 'fitment' across multiple services for consistency in data handling. Update related logic in utils and processing files to reflect this change, enhancing clarity and maintainability.

  • Removed field eb_fitment (breaking).
  • Added optional field fitment.
v2.0.0 · 2026-02-21 · Cian (shared account) · 618d7f3f9

Rename EBAY fitment key to eb_fitm

  • Removed field fitments (breaking).
  • Added optional field eb_fitment.
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.

Models last synced: 2026-06-23 13:21 UTC