DPCStockLimit
Version: v1.0.0
Stored entity
Partition key pk, sort key sk
Overview
DPC Stock Limit Model - Stored as separate object per tenant
DynamoDB Structure: pk: TENANT#{tenant_id}DPC#{dpc_id} sk: DPC_STOCK_LIMIT
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ✅ | — | — |
type | str | ✅ | — | — |
dpc_id | str | ✅ | — | — |
tenant_id | str | ✅ | — | — |
stock_limit | int | ✅ | — | — |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
APIs / Triggers
No API or event interacts with this object directly.
Change history
v1.0.0 · 2026-03-11 · Cian (shared account) · 8abd4a54a
Add DPCStockLimit model and related functions for stock limit management
- Initial version.
Generated from
dismantly-backend/Microservices/DismantlyPartCatalog/dependencies/models.py. Do not edit by hand.