DPCEbay
Version: v2.0.0
Stored entity
Partition key pk, sort key sk
Overview
DPC Ebay Model - Stored as separate object per tenant
DynamoDB Structure: pk: TENANT#{tenant_id}DPC#{dpc_id} sk: DPC_EBAY
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ✅ | — | — |
type | str | ✅ | — | — |
dpc_id | str | ✅ | — | — |
tenant_id | str | ✅ | — | — |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
category | str | ❌ | — | — |
category_id | str | ❌ | — | — |
store_category | str | ❌ | — | — |
store_category_id | str | ❌ | — | — |
auto_reupload_interval | AutoReuploadIntervalEnum | ❌ | — | — |
description | str | ❌ | — | — |
shipping_policy_id | str | ❌ | — | — |
shipping_policy | str | ❌ | — | — |
shipping_policy_description | str | ❌ | — | — |
return_policy_id | str | ❌ | — | — |
return_policy | str | ❌ | — | — |
return_policy_description | str | ❌ | — | — |
payment_policy_id | str | ❌ | — | — |
payment_policy | str | ❌ | — | — |
payment_policy_description | str | ❌ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST / | — | src/dpc_post.py |
Change history
v2.0.0 · 2026-03-16 · Cian (shared account) · 40b4bf46d
Add ebay object to DPC APIs
- Removed field
title(breaking).
v1.0.0 · 2026-03-16 · Cian (shared account) · d2d218843
Add ebay object to DPC API
- Initial version.
Generated from
dismantly-backend/Microservices/DismantlyPartCatalog/dependencies/models.py. Do not edit by hand.