TradeMe
Version: v1.0.0
Stored entity
Partition key pk, sort key sk
Overview
TradeMe model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ✅ | — | — |
created_at | str | ✅ | — | — |
updated_at | str | ✅ | — | — |
type | str | ✅ | — | — |
auto_relist | bool | ❌ | False | — |
item_display_id | str | ✅ | — | — |
tenant_id | str | ✅ | — | — |
item_id | str | ✅ | — | — |
product_type | str | ✅ | — | — |
status | str | ✅ | — | — |
url | str | ✅ | — | — |
end_date | str | ✅ | — | — |
category | str | ✅ | — | — |
title | str | ✅ | — | — |
format | 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 | ❌ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| Event | EventBridge | TradeMePartCreated, TradeMePartRelisted | src/handle/handle_trade_me_part_created.py |
| Event | EventBridge | TradeMePartExpired | src/handle/handle_trade_me_part_expired.py |
| Event | EventBridge | TradeMePartWithdrawn | src/handle/handle_trade_me_part_withdrawn.py |
Change history
v1.0.0 · 2025-02-21 · Cian (shared account) · e360227a7
rename
- Initial version.
Generated from
dismantly-backend/Microservices/Part/dependencies/models.py. Do not edit by hand.