EbayPartTypeMappingUpsert
Version: v1.2.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Simplified Ebay part type mapping save for next time model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
part_type_id | str | ✅ | — | — |
ebay_category_id | str | ✅ | — | — |
ebay_category | str | ✅ | — | — |
ebay_category_path | str | ✅ | — | — |
item_specifics | List[EbayPartTypeMappingItemSpecific] | ❌ | [] | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
EbayPartTypeMappingItemSpecific — v2.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
ebay_item_specific | str | ✅ | — | — |
dismantly_attribute_id | str | ❌ | — | — |
dismantly_attribute | str | ❌ | — | — |
status | EbayPartTypeMappingStatusEnum (AUTO_MAPPED, MANUALLY_MAPPED, NOT_MAPPED) | ✅ | — | Status Enum |
Change history
v2.0.0· 2025-08-15 · Cian (shared account) · Fieldstatustype changed: StatusEnum → EbayPartTypeMappingStatusEnum (breaking). (22f478e33)v1.0.0· 2025-08-10 · Cian (shared account) · Initial version. (3fd26d304)
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | PUT /newebay/mapping/upsert | — | src/mapping/ebay_mapping_upsert.py |
Change history
v1.2.0 · 2025-08-26 · Cian (shared account) · 8fc7ff31f
fx
- Added optional field
item_specifics.
v1.1.0 · 2025-08-23 · Cian (shared account) · b653db448
fx
- Added required field
ebay_category_path.
v1.0.0 · 2025-08-19 · Olaniyi Ajayi · 6dd47eaf0
upsert mapping
- Initial version.
Generated from
dismantly-backend/Microservices/Ebay/dependencies/models.py. Do not edit by hand.