WebShopTemplateUpdate
Version: v2.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Web shop template update model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
item_type | str | ✅ | — | — |
enabled | bool | ✅ | — | — |
upload_event | str | ✅ | — | — |
update_event | str | ✅ | — | — |
images | str | ✅ | — | — |
description | str | ✅ | — | — |
updated_at | str | ❌ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | PUT /newwebShop/template | — | src/web_shop_template_put.py |
Change history
v2.0.0 · 2026-06-13 · Cian (shared account) · 1de91b62f
Implement centralized part and vehicle title management
- Removed field
ebay_title_source_enabled(breaking). - Removed field
title(breaking).
v1.1.0 · 2026-03-24 · Clifford Usidamen · b3ffa0fbd
feat(webshop): support eBay-sourced PART titles via template flag
- Added optional field
ebay_title_source_enabled.
v1.0.0 · 2025-03-16 · Cian (shared account) · feca668a3
models
- Initial version.
Generated from
dismantly-backend/Microservices/WebShop/dependencies/models.py. Do not edit by hand.