EbayItemSpecificsSettingsItem
Version: v1.0.0
Stored entity
Partition key pk, sort key sk • discriminator type = "EBAY_ITEM_SPECIFICS"
Overview
Stored tenant item-specific settings object.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ❌ | EBAY_ITEM_SPECIFICS | — |
type | str | ❌ | EBAY_ITEM_SPECIFICS | — |
tenant_id | str | ✅ | — | — |
item_specifics | List[EbayItemSpecificSettingRow] | ❌ | [] | — |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
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)
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /newebay/itemSpecifics | — | src/defaults/ebay_post_item_specifics_settings.py |
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.