---
title: "Update"
method: PATCH
path: "/listing/listings/update/v1/{listing_id}"
tags: ["/listing"]
---

# Update

`PATCH /listing/listings/update/v1/{listing_id}`

Partial update of a Listing. Allowed only while `status == OPEN`. Audience participant lists are NOT editable here — use add_participants / remove_participants. | authz: allowed_org_types=[provider], min_org_role=operator | (ListingClientUpdate1) -> (bool)

## Path parameters

- `listing_id` string, required

## Request body

- ListingClientUpdate1 — Lister-initiated partial edits while `status == OPEN`. Terminal-state edits are rejected at the route layer. Not editable here (see dedicated routes): - Audience — `add_participants` / `remove_participants` - Status — `cancel` (and awards flow through BidThread confirm) - `task_group_id` / `order_id` — immutable bindings - Snapshot bookkeeping — `participant_*`, `accepted_bid_thread_id`, audit fields
  - `listing_description` string, nullable
  - `pro_forma_line_items` ProFormaLineItem1[]
    - `schema_version` 1
    - `description` string, required
    - `quantity` number, required
    - `unit` 'each' | 'shipment' | 'hour' | 'day' | 'mile' | 'kilometer' | 'pound' | 'kilogram'
    - `unit_price` number, required
    - `currency_code` 'USD' | 'CAD' | 'EUR' | 'GBP' | 'MXN' | 'AUD' | 'JPY' | 'CNY' | 'CHF' | 'INR' | 'XXX', required
    - `line_item_type` 'base_rate' | 'additional_mileage' | 'long_distance_mileage' | 'fuel' | 'extra_stop' | 'wait_time' | 'attempt' | 'pick_and_hold' | 'parking' | 'tolls' | 'additional_fee' | 'dispute' | 'equipment' | 'dangerous_goods' | 'special_vehicle' | 'after_hours' | 'weekend' | 'holiday' | 'air_waybill' | 'insurance' | 'off_network_carrier' | 'obc_day_rate' | 'flight_ticket' | 'tracking_device_label' | 'tracking_device_tag' | 'tracking_device_other' | 'tax_1' | 'tax_2' | 'tax_3' | 'other', required
    - `awb_number` string, nullable — IATA Air Waybill number: 3-digit airline prefix + 8-digit serial, e.g. '020-12345678'.
    - `tax_percentage` number, nullable
    - `provenance` 'rate_sheet' | 'ad_hoc' | 'pro_forma', required
    - `rate_sheet_id` string, nullable
    - `created_at_timestamp` string, date-time
  - `share_pro_forma_line_items` boolean, nullable
  - `type` 'dispatch' | 'negotiation'
  - `auto_award_first_accept` boolean, nullable
  - `internal_notes` string, nullable
  - `internal_notes__set_to_None` boolean

## Response `200`

Successful Response

- boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
