UserPreferences
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
User preferences model.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
ebay | UserPreferencesEbay | ❌ | — | User eBay preferences model. |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
UserPreferencesEbay — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
suppress_add_part_incomplete_listing_warning | bool | ❌ | False | — |
Change history
v1.0.0· 2026-04-07 · Cian (shared account) · Initial version. (8a5f6e22c)
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /newuser/preferences | — | src/user_preferences_post.py |
Change history
v1.0.0 · 2026-04-07 · Cian (shared account) · 8a5f6e22c
Add generic user preferences endpoints
- Initial version.
Generated from
dismantly-backend/Microservices/User/dependencies/models.py. Do not edit by hand.