DPCEbayPost
Version: v2.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
DPC Ebay Post Model - for creating/updating ebay settings
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
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.