TradeMe
Version: v1.0.0
Stored entity
Partition key pk, sort key sk • discriminator type = "TRADE_ME"
Overview
TradeMe model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ✅ | — | — |
created_at | str | ❌ | 2026-06-23T08:40:20.235180+00:00 | — |
updated_at | str | ❌ | 2026-06-23T08:40:20.235182+00:00 | — |
type | str | ❌ | TRADE_ME | — |
auto_relist | bool | ✅ | — | — |
item_display_id | str | ✅ | — | — |
item_id | str | ✅ | — | — |
product_type | str | ✅ | — | — |
status | str | ❌ | LISTED | — |
url | str | ✅ | — | — |
end_date | str | ✅ | — | — |
category | str | ✅ | — | — |
title | str | ✅ | — | — |
start_price | float | ✅ | — | — |
sub_title | str | ✅ | — | — |
duration | str | ✅ | — | — |
duration_id | int | ✅ | — | — |
promotion | str | ✅ | — | — |
promotion_id | int | ✅ | — | — |
pick_up | str | ✅ | — | — |
pick_up_id | int | ✅ | — | — |
authenticated_members_only | bool | ✅ | — | — |
is_classified | bool | ✅ | — | — |
send_payment_instructions | bool | ✅ | — | — |
description | List[str] | ✅ | — | — |
shipping_options | List[dict] | ✅ | — | — |
payment_methods | List[dict] | ✅ | — | — |
is_brand_new | bool | ✅ | — | — |
photos | List[dict] | ✅ | — | — |
trade_me_id | str | ✅ | — | — |
buy_now_price | float | ✅ | — | — |
reserve_price | float | ✅ | — | — |
tenant_id | str | ✅ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| Event | EventBridge | TradeMeVehicleCreated, TradeMeVehicleRelisted | src/handle/handle_trade_me_vehicle_created.py |
| Event | EventBridge | TradeMeVehicleWithdrawn | src/handle/handle_trade_me_vehicle_withdrawn.py |
| Event | EventBridge | TradeMeVehicleExpired | src/handle/handle_trade_me_vehicle_expired.py |
Change history
v1.0.0 · 2025-02-21 · Cian (shared account) · 2ffc9c19c
part ready
- Initial version.
Generated from
dismantly-backend/Microservices/Vehicle/dependencies/models.py. Do not edit by hand.