EbayItemSpecificsSettingsResponse
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Response payload for tenant item-specific settings.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
item_specifics | List[EbayItemSpecificSettingRow] | ❌ | [] | — |
available_item_specifics | List[EbayAvailableItemSpecific] | ❌ | [] | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
EbayItemSpecificSettingRow — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
display_name | str | ✅ | — | — |
key | str | ✅ | — | — |
Change history
v1.0.0· 2026-06-10 · Cian (shared account) · Initial version. (c14fe3da0)
EbayAvailableItemSpecific — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
display_name | str | ✅ | — | — |
key | str | ✅ | — | — |
group | str | ✅ | — | — |
Change history
v1.0.0· 2026-06-10 · Cian (shared account) · Initial version. (c14fe3da0)
APIs / Triggers
No API or event interacts with this object directly.
Change history
v1.0.0 · 2026-06-10 · Cian (shared account) · c14fe3da0
Implement tenant eBay item specifics settings
- Initial version.
Generated from
dismantly-backend/Microservices/Ebay/dependencies/models.py. Do not edit by hand.