Skip to main content

EbayRelist

Version: v18.1.0

Supporting model

A request/response or nested model — not a stored DynamoDB entity.

Overview

Ebay relist model

Fields

FieldTypeRequiredDefaultDescription
part_idstr
ebay_idstr
part_typestr
imagesList[Image][]
videosList[Video][]
titlestr
pricefloat
fitmentList[EbayFitmentEntryAUSEbayFitmentEntryGBEbayFitmentEntryUS]
work_order_idstr
work_order_display_idstr
listing_methodListingMethod (MANUAL, AUTO)ListingMethod
template_idstr
template_namestr
item_specificsList[ItemSpecific][]
conditionstr
category_idstr
categorystr
secondary_category_idstr
secondary_categorystr
store_category_idstr
store_categorystr
descriptionstr
condition_descriptionstr
heightfloat
widthfloat
lengthfloat
weightfloat
quantityint
is_deletedboolFalse
auto_reupload_intervalAutoReuploadIntervalEnum (AFTER_15_DAYS, AFTER_30_DAYS, AFTER_40_DAYS, AFTER_60_DAYS, AFTER_90_DAYS)Auto Reupload Interval Enum
allow_offersbool
auto_accept_offerfloat
minimum_offerfloat
shipping_policy_idstr
return_policy_idstr
payment_policy_idstr
shipping_policystr
return_policystr
payment_policystr
auto_assign_fitmentbool
list_without_fitmentbool
price_historyList[PriceHistory][]
shipping_policy_descriptionstr
return_policy_descriptionstr
payment_policy_descriptionstr

Embedded models

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

Image — v3.0.0
FieldTypeRequiredDefaultDescription
orderint
urlstr

Change history

  • v3.0.0 · 2025-08-14 · Olaniyi Ajayi · Removed field is_private (breaking). (1f529b05c)
  • v2.1.0 · 2025-08-14 · Olaniyi Ajayi · Added required field is_private. (114d89513)
  • v2.0.0 · 2025-08-10 · Cian (shared account) · Removed field is_private (breaking). (3fd26d304)
  • v1.0.0 · 2025-06-30 · Cian (shared account) · Initial version. (7bf6ca6be)
Video — v3.0.0
FieldTypeRequiredDefaultDescription
orderint
urlstr

Change history

  • v3.0.0 · 2025-08-14 · Olaniyi Ajayi · Removed field is_private (breaking).; Removed field video_id (breaking). (1f529b05c)
  • v2.1.0 · 2025-08-14 · Olaniyi Ajayi · Added required field is_private.; Added optional field video_id. (114d89513)
  • v2.0.0 · 2025-08-10 · Cian (shared account) · Removed field is_private (breaking).; Removed field video_id (breaking). (3fd26d304)
  • v1.1.0 · 2025-08-04 · Olaniyi Ajayi · Added optional field video_id. (3ae70b4ec)
  • v1.0.0 · 2025-07-30 · Cian (shared account) · Initial version. (0b184d483)
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)
PriceHistory — v2.0.0
FieldTypeRequiredDefaultDescription
pricefloat
updated_atstr

Change history

  • v2.0.0 · 2025-08-19 · Olaniyi Ajayi · Removed field timestamp (breaking).; Added required field updated_at. (990e0826b)
  • v1.0.0 · 2025-08-19 · Olaniyi Ajayi · Initial version. (d064ca4ce)

APIs / Triggers

TriggerEndpoint / SourceDetailHandler
APIPOST /newebay/relistsrc/ebay_relist.py

Change history

v18.1.0 · 2026-06-11 · Cian (shared account) · 7e4346c3f

Consolidate eBay relist into a single lambda

  • Added optional field fitment.
v18.0.0 · 2026-03-01 · Cian (shared account) · 37be55adc

Refactor eBay model and enhance dependent field checks in webshop updater

  • Removed field fitment (breaking).
v17.0.0 · 2026-02-21 · Cian (shared account) · ebc6ae8ef

Decouple ebay fitments into EBAY_FITMENT records

  • Field fitment type changed: List[str] → List[Dict[str, Any]] (breaking).
v16.0.0 · 2025-10-31 · Your Name · b9bd42a0f

fxfx

  • Field fitment type changed: List[dict] → List[str] (breaking).
v15.0.0 · 2025-10-22 · Cian (shared account) · a88a55b16

fx

  • Removed field tag_id (breaking).
v14.0.0 · 2025-08-29 · Cian (shared account) · bd160abff

fx

  • Field condition type changed: ConditionEnum → str (breaking).
  • Field condition enum value NEW removed (breaking).
  • Field condition enum value USED removed (breaking).
  • Field condition enum value USED_EXCELLENT removed (breaking).
  • Field condition enum value USED_GOOD removed (breaking).
v13.0.0 · 2025-08-27 · Olaniyi Ajayi · 372000053

fx relist

  • Added required field payment_policy_description.
  • Added required field return_policy_description.
  • Added required field shipping_policy_description.
  • Field ebay_id type changed: str → Optional[str] (breaking).
  • Field ebay_id became optional.
v12.0.0 · 2025-08-25 · Cian (shared account) · 7b49694f6

fx

  • Added required field list_without_fitment.
  • Field condition enum value USED_VERY_GOOD removed (breaking).
  • Field condition enum value USED added.
v11.0.0 · 2025-08-25 · Olaniyi Ajayi · 8d49dadfd

fx

  • Field condition enum value USED removed (breaking).
  • Field condition enum value USED_VERY_GOOD added.
v10.0.0 · 2025-08-25 · Cian (shared account) · 39f9b2991

fx

  • Field condition enum value USED_VERY_GOOD removed (breaking).
  • Field condition enum value USED added.
v9.1.0 · 2025-08-25 · Cian (shared account) · c246a8e36

fx

  • Added optional field is_deleted.
v9.0.0 · 2025-08-23 · Cian (shared account) · b653db448

fx

  • Removed field is_deleted (breaking).
v8.2.0 · 2025-08-22 · Olaniyi Ajayi · 1e39aaeb9

Ebay Fx

  • Added optional field is_deleted.
v8.1.0 · 2025-08-19 · Olaniyi Ajayi · d064ca4ce

price-history-update

  • Added optional field price_history.
v8.0.0 · 2025-08-17 · Cian (shared account) · a7791fb0b

auth

  • Removed field data_quality (breaking).
v7.0.0 · 2025-08-17 · Cian (shared account) · f227c6257

fx

  • Field allow_offers type changed: Optional[bool] → bool (breaking).
  • Field allow_offers became required (breaking).
  • Field allow_offers default changed: False → None.
  • Field auto_accept_offer type changed: Optional[Decimal] → Optional[float] (breaking).
  • Field auto_assign_fitment type changed: Optional[bool] → bool (breaking).
  • Field auto_assign_fitment became required (breaking).
  • Field auto_assign_fitment default changed: False → None.
  • Field condition enum value USED removed (breaking).
  • Field condition enum value USED_GOOD added.
  • Field condition enum value USED_VERY_GOOD added.
  • Field ebay_id type changed: Optional[str] → str (breaking).
  • Field ebay_id became required (breaking).
  • Field images became optional.
  • Field images default changed: None → [].
  • Field item_specifics became optional.
  • Field item_specifics default changed: None → [].
  • Field listing_method became required (breaking).
  • Field listing_method default changed: ListingMethod.MANUAL.value → None.
  • Field minimum_offer type changed: Optional[Decimal] → Optional[float] (breaking).
  • Field price type changed: Decimal → float (breaking).
  • Field videos type changed: Optional[List[Video]] → List[Video] (breaking).
  • Field videos default changed: None → [].
v6.2.0 · 2025-08-17 · Cian (shared account) · c5b412c5c

fx

  • Added required field part_type.
  • Added required field payment_policy.
  • Added required field return_policy.
  • Added required field shipping_policy.
v6.1.0 · 2025-08-15 · Olaniyi Ajayi · 3fcf57c4b

fx

  • Added optional field auto_assign_fitment.
v6.0.0 · 2025-08-15 · Cian (shared account) · c6c102839

fx

  • Removed field auto_accept_price (breaking).
  • Removed field minimum_accept_price (breaking).
  • Added optional field auto_accept_offer.
  • Added optional field minimum_offer.
v5.0.0 · 2025-08-14 · Olaniyi Ajayi · 1f529b05c

auto fitment

  • Removed field category_name (breaking).
  • Removed field secondary_category_name (breaking).
  • Removed field store_category_name (breaking).
  • Added required field category.
  • Added optional field data_quality.
  • Added optional field secondary_category.
  • Added optional field store_category.
  • Field auto_reupload_interval type changed: Optional[int] → Optional[AutoReuploadIntervalEnum] (breaking).
  • Field auto_reupload_interval enum value AFTER_15_DAYS added.
  • Field auto_reupload_interval enum value AFTER_30_DAYS added.
  • Field auto_reupload_interval enum value AFTER_40_DAYS added.
  • Field auto_reupload_interval enum value AFTER_60_DAYS added.
  • Field auto_reupload_interval enum value AFTER_90_DAYS added.
v4.0.0 · 2025-08-14 · Olaniyi Ajayi · 114d89513

format

  • Removed field category (breaking).
  • Removed field data_quality (breaking).
  • Removed field secondary_category (breaking).
  • Removed field store_category (breaking).
  • Added required field category_name.
  • Added optional field secondary_category_name.
  • Added optional field store_category_name.
  • Field auto_reupload_interval type changed: Optional[AutoReuploadIntervalEnum] → Optional[int] (breaking).
  • Field auto_reupload_interval enum value AFTER_15_DAYS removed (breaking).
  • Field auto_reupload_interval enum value AFTER_30_DAYS removed (breaking).
  • Field auto_reupload_interval enum value AFTER_40_DAYS removed (breaking).
  • Field auto_reupload_interval enum value AFTER_60_DAYS removed (breaking).
  • Field auto_reupload_interval enum value AFTER_90_DAYS removed (breaking).
v3.1.0 · 2025-08-14 · Cian (shared account) · c10eab80b

fx

  • Added optional field data_quality.
v3.0.0 · 2025-08-13 · Cian (shared account) · d2d449a2c

fx

  • Removed field category_name (breaking).
  • Removed field data_quality (breaking).
  • Removed field secondary_category_name (breaking).
  • Removed field store_category_name (breaking).
  • Added required field category.
  • Added optional field secondary_category.
  • Added optional field store_category.
v2.1.0 · 2025-08-13 · Olaniyi Ajayi · 0c0e7ec6f

ebay search filter

  • Added optional field data_quality.
v2.0.0 · 2025-08-10 · Cian (shared account) · 3fd26d304

fx

  • Field auto_reupload_interval type changed: Optional[int] → Optional[AutoReuploadIntervalEnum] (breaking).
  • Field auto_reupload_interval enum value AFTER_15_DAYS added.
  • Field auto_reupload_interval enum value AFTER_30_DAYS added.
  • Field auto_reupload_interval enum value AFTER_40_DAYS added.
  • Field auto_reupload_interval enum value AFTER_60_DAYS added.
  • Field auto_reupload_interval enum value AFTER_90_DAYS added.
v1.0.0 · 2025-08-05 · Olaniyi Ajayi · 0f5f1c3ba

fx

  • 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