DPCPricingPost
Version: v3.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
DPC Pricing Post Model - for creating/updating pricing
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
retail | float | ❌ | — | — |
trade | float | ❌ | — | — |
walk_in | float | ❌ | — | — |
mrsp | float | ❌ | — | — |
network | float | ❌ | — | — |
trade_me | float | ❌ | — | — |
web_shop | float | ❌ | — | — |
ebay | float | ❌ | — | — |
parts_world | float | ❌ | — | — |
other | float | ❌ | — | — |
base_price | float | ❌ | — | — |
gumtree | float | ❌ | — | — |
facebook_marketplace | float | ❌ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST / | — | src/dpc_post.py |
Change history
v3.0.0 · 2025-11-03 · Olaniyi Ajayi · aeeedac4f
pricing fx
- Removed field
facebook_market_place(breaking). - Added optional field
facebook_marketplace.
v2.0.0 · 2025-10-25 · Olaniyi Ajayi · 57d145520
fx
- Removed field
facebook_marketplace(breaking). - Added optional field
facebook_market_place.
v1.0.0 · 2025-10-24 · Olaniyi Ajayi · bd5ef3280
updated dpc model
- Initial version.
Generated from
dismantly-backend/Microservices/DismantlyPartCatalog/dependencies/models.py. Do not edit by hand.