PutBulkEditColumnVisibility
Version: v1.1.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
PutBulkEditColumnVisibility model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
column_visibility_id | str | ❌ | — | — |
column_visibility | BulkEditColumnVisibility | ✅ | — | BulkEditColumnVisibility model |
column_order | List[str] | ✅ | — | — |
pinned_column | str | ❌ | — | — |
column_widths | dict | ✅ | — | — |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
type | str | ❌ | BULK_EDIT_COLUMN_VISIBILITY | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
BulkEditColumnVisibility — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
tag_id | bool | ❌ | False | — |
part_type | bool | ❌ | False | — |
part_number | bool | ❌ | False | — |
part_manufacturer_type | bool | ❌ | False | — |
part_attributes | bool | ❌ | False | — |
condition | bool | ❌ | False | — |
quantity | bool | ❌ | False | — |
location_status | bool | ❌ | False | — |
location_id | bool | ❌ | False | — |
images | bool | ❌ | False | — |
fitment | bool | ❌ | False | — |
superseded_part_numbers | bool | ❌ | False | — |
interchangeable_part_numbers | bool | ❌ | False | — |
height | bool | ❌ | False | — |
length | bool | ❌ | False | — |
width | bool | ❌ | False | — |
weight | bool | ❌ | False | — |
public_comments | bool | ❌ | False | — |
private_comments | bool | ❌ | False | — |
veh_production_year | bool | ❌ | False | — |
veh_production_month | bool | ❌ | False | — |
veh_model | bool | ❌ | False | — |
veh_series | bool | ❌ | False | — |
veh_submodel | bool | ❌ | False | — |
veh_chassis_code_raw | bool | ❌ | False | — |
veh_engine_code_raw | bool | ❌ | False | — |
veh_body_type | bool | ❌ | False | — |
veh_drive_type | bool | ❌ | False | — |
veh_fuel_type | bool | ❌ | False | — |
veh_transmission_type | bool | ❌ | False | — |
applicable_period | bool | ❌ | False | — |
base_price | bool | ❌ | False | — |
pricing_trade | bool | ❌ | False | — |
pricing_retail | bool | ❌ | False | — |
pricing_walk_in | bool | ❌ | False | — |
pricing_other | bool | ❌ | False | — |
pricing_mrsp | bool | ❌ | False | — |
pricing_ebay | bool | ❌ | False | — |
pricing_trade_me | bool | ❌ | False | — |
pricing_web_shop | bool | ❌ | False | — |
pricing_parts_world | bool | ❌ | False | — |
pricing_gumtree | bool | ❌ | False | — |
pricing_facebook_marketplace | bool | ❌ | False | — |
pricing_network | bool | ❌ | False | — |
Change history
v1.0.0· 2025-09-26 · Olaniyi Ajayi · Initial version. (26c518eae)
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | PUT /newsearch/bulkVisibility | — | src/put_part_bulk_visibility.py |
Change history
v1.1.0 · 2026-04-07 · Clifford Usidamen · 7ed780f53
fx
- Added required field
column_order. - Added required field
column_widths. - Added optional field
pinned_column.
v1.0.0 · 2025-09-26 · Olaniyi Ajayi · 26c518eae
fx
- Initial version.
Generated from
dismantly-backend/Microservices/Search/dependencies/models.py. Do not edit by hand.