PostEbayDefaults
Version: v2.3.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Post Ebay Defaults model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
type | str | ❌ | DEFAULTS | — |
sk | str | ❌ | EBAY_DEFAULTS | — |
location | str | ✅ | — | — |
shipping_policy_id | str | ✅ | — | — |
return_policy_id | str | ✅ | — | — |
payment_policy_id | str | ✅ | — | — |
shipping_policy | str | ✅ | — | — |
return_policy | str | ✅ | — | — |
payment_policy | str | ✅ | — | — |
shipping_policy_description | str | ✅ | — | — |
return_policy_description | str | ✅ | — | — |
payment_policy_description | str | ✅ | — | — |
is_html_description | bool | ✅ | — | — |
default_fitment | DefaultFitmentEnum (DISMANTLY, EBAY) | ❌ | DISMANTLY | Default fitment selection |
updated_at | str | ❌ | — | — |
created_at | str | ❌ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /newebay/defaults | — | src/defaults/ebay_post_defaults.py |
Change history
v2.3.0 · 2026-02-20 · Cian (shared account) · e80fe867b
Add ebay default fitment handling
- Added optional field
default_fitment.
v2.2.0 · 2025-09-01 · Cian (shared account) · 730b7471e
fx
- Added required field
is_html_description.
v2.1.0 · 2025-08-14 · Olaniyi Ajayi · 1f529b05c
auto fitment
- Added required field
payment_policy. - Added required field
payment_policy_description. - Added required field
return_policy. - Added required field
return_policy_description. - Added required field
shipping_policy. - Added required field
shipping_policy_description.
v2.0.0 · 2025-08-14 · Olaniyi Ajayi · 114d89513
format
- Removed field
payment_policy(breaking). - Removed field
payment_policy_description(breaking). - Removed field
return_policy(breaking). - Removed field
return_policy_description(breaking). - Removed field
shipping_policy(breaking). - Removed field
shipping_policy_description(breaking).
v1.1.0 · 2025-08-10 · Cian (shared account) · 3fd26d304
fx
- Added required field
payment_policy. - Added required field
payment_policy_description. - Added required field
return_policy. - Added required field
return_policy_description. - Added required field
shipping_policy. - Added required field
shipping_policy_description.
v1.0.0 · 2025-03-16 · Cian (shared account) · 0c2952ef4
init
- Initial version.
Generated from
dismantly-backend/Microservices/Ebay/dependencies/models.py. Do not edit by hand.