GumtreeTemplate
Version: v2.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Gumtree template model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
item_type | str | ✅ | — | — |
enabled | bool | ✅ | — | — |
upload_event | str | ✅ | — | — |
description | str | ✅ | — | — |
template_id | str | ❌ | — | — |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
type | str | ❌ | GUMTREE_TEMPLATE | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /newgumtree/template | — | src/gumtree_template_post.py |
Change history
v2.0.0 · 2026-06-13 · Cian (shared account) · 1de91b62f
Implement centralized part and vehicle title management
- Removed field
title(breaking).
v1.0.1 · 2025-12-23 · Cian (shared account) · 2d463e5c8
fx
- Field
typedefault changed: 'WEB_SHOP_TEMPLATE' → 'GUMTREE_TEMPLATE'.
v1.0.0 · 2025-06-20 · Cian (shared account) · 1ad9c0e7c
fx
- Initial version.
Generated from
dismantly-backend/Microservices/Gumtree/dependencies/models.py. Do not edit by hand.