WebShop
Version: v1.0.0
Stored entity
Partition key pk, sort key sk • discriminator type = "WEB_SHOP"
Overview
WebShop model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ✅ | — | — |
type | str | ❌ | WEB_SHOP | — |
web_shop_id | str | ✅ | — | — |
product_type | str | ✅ | — | — |
product_id | str | ✅ | — | — |
title | str | ✅ | — | — |
item_display_id | str | ✅ | — | — |
tenant_id | str | ✅ | — | — |
item_id | str | ✅ | — | — |
price | float | ✅ | — | — |
url | str | ✅ | — | — |
description | str | ✅ | — | — |
images | List[dict] | ✅ | — | — |
shipping_name | str | ✅ | — | — |
shipping_id | str | ✅ | — | — |
created_at | str | ❌ | 2026-06-23T08:40:20.236312+00:00 | — |
updated_at | str | ❌ | 2026-06-23T08:40:20.236314+00:00 | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| Event | EventBridge | WebShopVehicleDeleted | src/handle/handle_web_shop_vehicle_deleted.py |
| Event | EventBridge | WebShopVehicleCreated | src/handle/handle_web_shop_vehicle_created.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.