Skip to main content

TradeMePost

Version: v2.0.0

Supporting model

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

Overview

TradeMePost model

Fields

FieldTypeRequiredDefaultDescription
idstr
auto_relistbool
imagesList[Image]
typestr
trade_me_objectTradeMeObjectPostTradeMe Object Model

Embedded models

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

Image — v1.0.0
FieldTypeRequiredDefaultDescription
urlstr

Change history

  • v1.0.0 · 2025-03-16 · Cian (shared account) · Initial version. (feca668a3)
TradeMeObjectPost — v3.0.1
FieldTypeRequiredDefaultDescription
AuthenticatedMembersOnlybool
Categorystr
DescriptionList[str]
Durationint
IsBrandNewbool
IsClassifiedbool
PaymentMethodsList[int]
Pickupint
PromotionIdint
SendPaymentInstructionsbool
ShippingOptionsList[ShippingOption]
FormatFormat (Auction, BuyItNow)Format enum for TradeMe listing types
StartPricefloat
Subtitlestr
Titlestr
BuyNowPricefloat
ReservePricefloat
PhotoIdsList[int]
Quantityint1

Change history

  • v3.0.1 · 2026-03-16 · Cian (shared account) · Field PhotoIds default changed: [] → None. (99d7ef9d3)
  • v3.0.0 · 2025-09-25 · Olaniyi Ajayi · Field Format became required (breaking).; Field Format default changed: Format.AUCTION → None. (ab4817724)
  • v2.0.0 · 2025-09-24 · Olaniyi Ajayi · Added optional field Format.; Added optional field Quantity.; Field StartPrice type changed: float → Optional[float] (breaking).; Field StartPrice became optional. (1ac720aac)
  • v1.0.0 · 2025-03-20 · Cian (shared account) · Initial version. (89d748025)
ShippingOption — v3.0.0
FieldTypeRequiredDefaultDescription
Typeint
Methodstr
Pricefloat

Change history

  • v3.0.0 · 2025-05-17 · Cian (shared account) · Field Price type changed: Optional[Decimal] → Optional[float] (breaking). (8cff53025)
  • v2.0.0 · 2025-03-23 · Cian (shared account) · Field Method type changed: str → Optional[str] (breaking).; Field Method became optional. (c4c7868f1)
  • v1.1.0 · 2025-03-20 · Cian (shared account) · Added required field Method.; Added optional field Price. (89d748025)
  • v1.0.0 · 2025-03-16 · Cian (shared account) · Initial version. (feca668a3)

APIs / Triggers

TriggerEndpoint / SourceDetailHandler
APIPOST /newtradeMe/src/trade_me_post.py

Change history

v2.0.0 · 2025-03-20 · Cian (shared account) · 89d748025

post

  • Field trade_me_object type changed: TradeMeObject → TradeMeObjectPost (breaking).
v1.0.0 · 2025-03-16 · Cian (shared account) · feca668a3

models

  • Initial version.

Generated from dismantly-backend/Microservices/TradeMe/dependencies/models.py. Do not edit by hand.

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