SalesChannelLineItem
Version: v2.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
SalesChannelLineItem Model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
part_id | str | ❌ | — | — |
unit_price | float | ✅ | — | — |
quantity | int | ✅ | — | — |
item_type | ItemTypeEnum (PART, OTHER) | ✅ | — | ItemType |
APIs / Triggers
No API or event interacts with this object directly.
Change history
v2.0.0 · 2026-02-12 · Cian (shared account) · 1c7bfd279
Refactor payload building in webhook handlers and models
- Removed field
description(breaking).
v1.0.0 · 2026-02-12 · Cian (shared account) · b2cf91eff
Refactor eBay and WorkOrder models and webhook handling
- Initial version.
Generated from
dismantly-backend/Microservices/Contact/dependencies/models.py. Do not edit by hand.