EbayFitmentRecord
Version: v1.0.0
Stored entity
Partition key pk, sort key sk • discriminator type = "EBAY_FITMENT"
Overview
EBAY_FITMENT record stored in DynamoDB
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ❌ | EBAY_FITMENT | — |
type | str | ❌ | EBAY_FITMENT | — |
tenant_id | str | ✅ | — | — |
part_id | str | ✅ | — | — |
user_id | str | ✅ | — | — |
fitment | List[EbayFitmentEntryAUS | EbayFitmentEntryGB | EbayFitmentEntryUS] | ❌ |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
EbayFitmentEntryAUS — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
fitment_id | str | ❌ | — | — |
epids | List[str] | ✅ | — | — |
years | List[str] | ✅ | — | — |
make | str | ❌ | — | — |
model | str | ❌ | — | — |
submodel | str | ❌ | — | — |
variant | str | ❌ | — | — |
plat_gen | str | ❌ | — | — |
engine | str | ❌ | — | — |
body | str | ❌ | — | — |
type | str | ❌ | — | — |
k_type | str | ❌ | — | — |
notes | str | ❌ | — | — |
source | FitmentSourceEnum (MANUAL, DONOR_VEHICLE, EBAY) | ✅ | — | Fitment Source Enum |
No recorded history.
EbayFitmentEntryGB — v1.0.0
| 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 |
No recorded history.
EbayFitmentEntryUS — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
fitment_id | str | ❌ | — | — |
epids | List[str] | ✅ | — | — |
years | List[str] | ✅ | — | — |
make | str | ❌ | — | — |
model | str | ❌ | — | — |
trim | str | ❌ | — | — |
engine | str | ❌ | — | — |
submodel | str | ❌ | — | — |
aspiration | str | ❌ | — | — |
body | str | ❌ | — | — |
notes | str | ❌ | — | — |
source | FitmentSourceEnum (MANUAL, DONOR_VEHICLE, EBAY) | ✅ | — | Fitment Source Enum |
No recorded history.
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| Event | EventBridge | PartImagesProcessed | src/handle/handle_ebay_fitment.py |
| API | POST / | — | src/part_create.py |
| API | PUT / | — | src/part_update.py |
Change history
No recorded history.
Generated from
dismantly-backend/Microservices/Part/dependencies/models.py. Do not edit by hand.