Skip to main content

WebShopPostModel

Version: v3.1.0

Stored entity

Partition key pk, sort key sk

Overview

Web shop post model

Fields

FieldTypeRequiredDefaultDescription
pkstr
skstr
typestr
web_shop_idstr
product_typestr
product_idstr
titlestr
item_display_idstr
item_idstr
pricefloat
urlstr
descriptionstr
imagesList[Image]
shipping_namestr
shipping_idstr
created_atstr
updated_atstr
tenant_idstr

Embedded models

Models embedded in the fields above — shown inline; they have no separate page.

Image — v1.0.0
FieldTypeRequiredDefaultDescription
srcstr
idstr

Change history

  • v1.0.0 · 2025-03-23 · Cian (shared account) · Initial version. (15123f8f7)

APIs / Triggers

TriggerEndpoint / SourceDetailHandler
APIPOST /newwebShop/src/shopify/web_shop_post.py
StreamDynamoDB streamtable items where type = WEB_SHOPsrc/web_shop_opensearch_sync.py
EventEventBridgePartImagesProcessed, VehicleImagesProcessedsrc/shopify/web_shop_upload_enqueue.py
EventEventBridgeVehicleImagesProcessed, PartImagesProcessedsrc/shopify/web_shop_update_enqueue.py
APIPOST /newwebShop/wooCommercesrc/woocommerce/woo_post.py
APIPUT /newwebShop/wooCommercesrc/woocommerce/woo_put.py
APIDELETE /newwebShop/wooCommercesrc/woocommerce/woo_delete.py
APIGET /newwebShop/src/web_shop_get.py
APIGET /newwebShop/shippingsrc/web_shop_get_shipping.py
APIDELETE /newwebShop/src/shopify/web_shop_delete.py
EventEventBridgePartSoldFromInvoice, PartSoldFromWorkOrder, PartStockAdjusted, PartDeleted, PartMarkedAsMissing, VehicleCrushed, VehicleDeletedsrc/shopify/web_shop_handle_remove.py
EventEventBridgeWebShopSelfHealRequestedsrc/web_shop_self_heal.py
EventEventBridgePartSoldFromInvoice, PartSoldFromWorkOrder, PartStockAdjusted, PartDeleted, PartMarkedAsMissing, VehicleCrushed, VehicleDeletedsrc/woocommerce/web_shop_handle_remove.py
APIGET /newwebShop/authsrc/shopify/web_shop_auth_start.py
APIGET /newwebShop/auth/callbacksrc/shopify/web_shop_auth_callback.py
APIDELETE /newwebShop/authsrc/shopify/web_shop_auth_disconnect.py
APIGET /newwebShop/webhook/credentialssrc/shopify/web_shop_check_webhook_key.py

Change history

v3.1.0 · 2025-05-25 · Cian (shared account) · 00df8fd7d

fx

  • Added required field tenant_id.
v3.0.0 · 2025-05-17 · Cian (shared account) · 8cff53025

fx

  • Field price type changed: Optional[Decimal] → Optional[float] (breaking).
v2.0.0 · 2025-03-23 · Cian (shared account) · 15123f8f7

fixes

  • Field images type changed: Optional[List[str]] → Optional[List[Image]] (breaking).
v1.0.0 · 2025-03-15 · Olaniyi Ajayi · 338416124

fx

  • Initial version.

Generated from dismantly-backend/Microservices/WebShop/dependencies/models.py. Do not edit by hand.

Models last synced: 2026-06-23 13:21 UTC