SellSimilarDetailsResponse
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Sell similar details API response.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
status | str | ✅ | — | — |
result | SellSimilarDetailsResult | ✅ | — | Sell similar details result payload. |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
SellSimilarDetailsResult — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
listing | SellSimilarListing | ✅ | — | Normalized eBay listing details model. |
part_prefill | SellSimilarPartPost | ✅ | — | PartPost-compatible payload model used for Sell Similar prefill responses. |
form_values | dict | ❌ | — | — |
Change history
v1.0.0· 2026-03-30 · Cian (shared account) · Initial version. (aba581b9b)
SellSimilarListing — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
ebay_id | str | ✅ | — | — |
legacy_ebay_id | str | ✅ | — | — |
title | str | ❌ | — | — |
description | str | ❌ | — | — |
price | float | ❌ | — | — |
currency | str | ❌ | — | — |
condition_id | str | ❌ | — | — |
condition | str | ❌ | — | — |
location | str | ❌ | — | — |
country | str | ❌ | — | — |
quantity | int | ❌ | — | — |
quantity_sold | int | ❌ | — | — |
quantity_available | int | ❌ | — | — |
primary_category | SellSimilarListingCategory | ❌ | — | Listing category model. |
secondary_category | SellSimilarListingCategory | ❌ | — | Listing category model. |
store_category | SellSimilarListingStoreCategory | ❌ | — | Listing store category model. |
images | List[str] | ❌ | [] | — |
seller | SellSimilarSeller | ✅ | — | Seller metadata model. |
seller_page_url | str | ❌ | — | — |
item_specifics | List[SellSimilarItemSpecific] | ❌ | [] | — |
fitment | List[dict] | ❌ | [] | — |
Change history
v1.0.0· 2026-03-30 · Cian (shared account) · Initial version. (aba581b9b)
SellSimilarListingCategory — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
category_id | str | ❌ | — | — |
category_name | str | ❌ | — | — |
Change history
v1.0.0· 2026-03-30 · Cian (shared account) · Initial version. (aba581b9b)
SellSimilarListingStoreCategory — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
store_category_id | str | ❌ | — | — |
store_category_name | str | ❌ | — | — |
Change history
v1.0.0· 2026-03-30 · Cian (shared account) · Initial version. (aba581b9b)
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)
SellSimilarItemSpecific — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
name | str | ✅ | — | — |
values | List[str] | ❌ | [] | — |
Change history
v1.0.0· 2026-03-30 · Cian (shared account) · Initial version. (aba581b9b)
SellSimilarPartPost — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
part_id | str | ❌ | — | — |
part_schema_country | str | ✅ | — | — |
part_type | str | ❌ | — | — |
part_type_id | str | ❌ | — | — |
quantity | int | ❌ | — | — |
condition | SellSimilarConditionEnum (A, B, C) | ❌ | — | Condition enum used by PartPost. |
location | str | ❌ | — | — |
location_id | str | ❌ | — | — |
unit_cost | float | ❌ | — | — |
unit_cost_currency | str | ❌ | — | — |
part_number | str | ❌ | — | — |
part_number_clean | str | ❌ | — | — |
superseded_part_numbers | List[SellSimilarPartNumber] | ❌ | [] | — |
interchangeable_part_numbers | List[SellSimilarPartNumber] | ❌ | [] | — |
title | str | ❌ | — | — |
part_attributes | List[SellSimilarPartAttribute] | ❌ | [] | — |
part_attributes_seeded | List[dict] | ❌ | [] | — |
part_class | SellSimilarPartClass (USED, NEW) | ✅ | — | Part class enum. |
part_kind | SellSimilarPartKind (UNIT, ASSEMBLY, KIT) | ✅ | — | Part kind enum. |
part_manufacturer_type | str | ❌ | — | — |
part_manufacturer_type_id | str | ❌ | — | — |
height_mm | float | ❌ | — | — |
length_mm | float | ❌ | — | — |
width_mm | float | ❌ | — | — |
weight_g | float | ❌ | — | — |
public_comments | str | ❌ | — | — |
private_comments | str | ❌ | — | — |
images | List[SellSimilarImage] | ❌ | [] | — |
videos | List[SellSimilarVideo] | ❌ | [] | — |
custom_fields | List[SellSimilarCustomField] | ❌ | [] | — |
updated_at | str | ❌ | — | — |
is_draft | bool | ❌ | True | — |
location_status | str | ❌ | — | — |
is_universal_fitment | bool | ❌ | False | — |
part_purchase_id | str | ❌ | — | — |
part_purchase_display_id | str | ❌ | — | — |
fitment | List[SellSimilarFitment] | ❌ | [] | — |
ebay_fitments | List[EbayFitmentEntryAUS | EbayFitmentEntryGB | EbayFitmentEntryUS] | ❌ |
ebay | dict | ❌ | — | — |
donor_vehicle | SellSimilarDonorVehicle | ✅ | — | Donor vehicle model. |
pricing | SellSimilarPricing | ✅ | — | Pricing model. |
is_discarded | bool | ❌ | False | — |
discarded_at | str | ❌ | — | — |
dismantling_notes | str | ❌ | — | — |
raw_part_type | str | ❌ | — | — |
condition_description | str | ❌ | — | — |
dpc_id | str | ❌ | — | — |
dpc_number | str | ❌ | — | — |
Change history
v1.0.0· 2026-03-30 · Cian (shared account) · Initial version. (aba581b9b)
SellSimilarPartNumber — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
part_number | str | ✅ | — | — |
part_number_clean | str | ✅ | — | — |
Change history
v1.0.0· 2026-03-30 · Cian (shared account) · Initial version. (aba581b9b)
SellSimilarPartAttribute — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | `str | bool | int | float` |
value_type | SellSimilarValueTypeEnum (STRING, FLOAT, INTEGER, BOOLEAN) | ✅ | — | Value type enum for part attributes. |
display_name | str | ✅ | — | — |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
Change history
v1.0.0· 2026-03-30 · Cian (shared account) · Initial version. (aba581b9b)
SellSimilarImage — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
order | int | ✅ | — | — |
url | str | ✅ | — | — |
is_private | bool | ❌ | False | — |
Change history
v1.0.0· 2026-03-30 · Cian (shared account) · Initial version. (aba581b9b)
SellSimilarVideo — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
order | int | ✅ | — | — |
url | str | ✅ | — | — |
is_private | bool | ❌ | False | — |
Change history
v1.0.0· 2026-03-30 · Cian (shared account) · Initial version. (aba581b9b)
SellSimilarCustomField — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
name | str | ✅ | — | — |
value | str | ✅ | — | — |
Change history
v1.0.0· 2026-03-30 · Cian (shared account) · Initial version. (aba581b9b)
SellSimilarFitment — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
id | str | ❌ | — | — |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
is_donor_vehicle_fitment | bool | ❌ | False | — |
fitment_notes | str | ❌ | — | — |
fitment_type | SellSimilarFitmentTypeEnum (EXACT, WITH_MODIFICATIONS) | ❌ | — | Fitment type enum. |
month_from | int | ❌ | — | — |
year_from | int | ❌ | — | — |
month_to | int | ❌ | — | — |
year_to | int | ❌ | — | — |
applicable_years | List[int] | ❌ | [] | — |
veh_make | str | ❌ | — | — |
veh_make_id | str | ❌ | — | — |
veh_model | str | ❌ | — | — |
veh_model_id | str | ❌ | — | — |
veh_make_model | str | ❌ | — | — |
vehicle_attributes | List[SellSimilarVehicleAttribute] | ❌ | [] | — |
Change history
v1.0.0· 2026-03-30 · Cian (shared account) · Initial version. (aba581b9b)
SellSimilarVehicleAttribute — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
display_name | str | ✅ | — | — |
id | str | ❌ | — | — |
key_name | str | ✅ | — | — |
value | `str | bool | int | float` |
value_type | SellSimilarValueTypeEnum (STRING, FLOAT, INTEGER, BOOLEAN) | ✅ | — | Value type enum for part attributes. |
is_id_required | bool | ❌ | False | — |
unable_to_map_to_master | bool | ❌ | False | — |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
Change history
v1.0.0· 2026-03-30 · Cian (shared account) · Initial version. (aba581b9b)
EbayFitmentEntryAUS — v3.2.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 |
Change history
v3.2.0· 2026-02-26 · Cian (shared account) · Added optional fieldbody.; Added optional fieldk_type.; Added optional fieldplat_gen.; Added optional fieldtype. (818fdfe0b)v3.1.0· 2026-02-25 · Cian (shared account) · Added optional fieldvariant. (c39b6236b)v3.0.0· 2026-02-23 · Cian (shared account) · Removed fieldepid(breaking).; Removed fieldyear(breaking).; Added required fieldepids.; Added required fieldyears. (96b46858b)v2.0.0· 2026-02-21 · Cian (shared account) · Fieldsourcetype changed: FitmentSource → FitmentSourceEnum (breaking).; Fieldsourceenum valueDISMANTLY_RESEARCHEDremoved (breaking).; Fieldsourceenum valueTENANT_DEFINEDremoved (breaking).; Fieldsourceenum valueEBAYadded.; Fieldsourceenum valueMANUALadded. (8c92e3702)v1.0.0· 2026-02-21 · Cian (shared account) · Initial version. (3cf5f9e2b)
EbayFitmentEntryUS — v3.1.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 |
Change history
v3.1.0· 2026-02-26 · Cian (shared account) · Added optional fieldaspiration.; Added optional fieldbody.; Added optional fieldsubmodel. (818fdfe0b)v3.0.0· 2026-02-23 · Cian (shared account) · Removed fieldepid(breaking).; Removed fieldyear(breaking).; Added required fieldepids.; Added required fieldyears. (96b46858b)v2.0.0· 2026-02-21 · Cian (shared account) · Fieldsourcetype changed: FitmentSource → FitmentSourceEnum (breaking).; Fieldsourceenum valueDISMANTLY_RESEARCHEDremoved (breaking).; Fieldsourceenum valueTENANT_DEFINEDremoved (breaking).; Fieldsourceenum valueEBAYadded.; Fieldsourceenum valueMANUALadded. (8c92e3702)v1.0.0· 2026-02-21 · Cian (shared account) · Initial version. (3cf5f9e2b)
SellSimilarDonorVehicle — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
veh_make | str | ❌ | — | — |
veh_make_id | str | ❌ | — | — |
veh_model_id | str | ❌ | — | — |
veh_model | str | ❌ | — | — |
veh_make_model | str | ❌ | — | — |
veh_submodel | str | ❌ | — | — |
veh_submodel_id | str | ❌ | — | — |
veh_series | str | ❌ | — | — |
veh_series_id | str | ❌ | — | — |
veh_production_year | int | ❌ | — | — |
veh_production_month | int | ❌ | — | — |
vehicle_id | str | ❌ | — | — |
stock_id | str | ❌ | — | — |
veh_production_year_from | int | ❌ | — | — |
veh_production_month_from | int | ❌ | — | — |
veh_production_year_to | int | ❌ | — | — |
veh_production_month_to | int | ❌ | — | — |
veh_production_applicable_years | List[int] | ❌ | [] | — |
veh_chassis_code_raw | str | ❌ | — | — |
veh_chassis_code | str | ❌ | — | — |
veh_chassis_code_id | str | ❌ | — | — |
veh_engine_code_raw | str | ❌ | — | — |
veh_engine_code | str | ❌ | — | — |
veh_engine_code_id | str | ❌ | — | — |
veh_body_type | str | ❌ | — | — |
veh_body_type_id | str | ❌ | — | — |
veh_drive_type | str | ❌ | — | — |
veh_drive_type_id | str | ❌ | — | — |
veh_num_of_doors | int | ❌ | — | — |
veh_num_of_doors_id | str | ❌ | — | — |
veh_fuel_type | str | ❌ | — | — |
veh_fuel_type_id | str | ❌ | — | — |
veh_engine_power | float | ❌ | — | — |
veh_engine_power_metric | str | ❌ | — | — |
veh_engine_size_cc | float | ❌ | — | — |
veh_engine_size_litres | float | ❌ | — | — |
veh_transmission_type | str | ❌ | — | — |
veh_transmission_type_id | str | ❌ | — | — |
raw_veh_model | str | ❌ | — | — |
raw_veh_submodel | str | ❌ | — | — |
raw_veh_series | str | ❌ | — | — |
Change history
v1.0.0· 2026-03-30 · Cian (shared account) · Initial version. (aba581b9b)
SellSimilarPricing — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
retail | float | ❌ | — | — |
trade | float | ❌ | — | — |
walk_in | float | ❌ | — | — |
mrsp | float | ❌ | — | — |
network | float | ❌ | — | — |
trade_me | float | ❌ | — | — |
web_shop | float | ❌ | — | — |
ebay | float | ❌ | — | — |
parts_world | float | ❌ | — | — |
other | float | ❌ | — | — |
base_price | float | ❌ | — | — |
gumtree | float | ❌ | — | — |
facebook_marketplace | float | ❌ | — | — |
Change history
v1.0.0· 2026-03-30 · Cian (shared account) · Initial version. (aba581b9b)
APIs / Triggers
No API or event interacts with this object directly.
Change history
v1.0.0 · 2026-03-30 · Cian (shared account) · aba581b9b
Implement sell-similar APIs with fitment and form-prefill mapping
- Initial version.
Generated from
dismantly-backend/Microservices/Ebay/dependencies/models.py. Do not edit by hand.