---
title: "Create"
method: POST
path: "/shipping/order_templates_new/v1"
tags: ["/shipping/order_templates_new"]
---

# Create

`POST /shipping/order_templates_new/v1`

Creates an order template owned by the caller's organization. | authz: min_org_role=operator | (OrderTemplateNewClientCreate1) -> (OrderTemplateNew1)

## Request body

- OrderTemplateNewClientCreate1
  - `schema_version` 1, required
  - `service_line` 'on_demand' | 'routed'
  - `off_chrt_reference_id` string, nullable — Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved).
  - `shipper_org_id` string, nullable — Must be a string starting with `org_`
  - `off_chrt_shipper_org_data_id` string, nullable
  - `coordinator_org_id` string, nullable — Must be a string starting with `org_`
  - `coordinator_department_id` string, nullable
  - `coordinator_assigned_user_ids` string[]
  - `coordinator_label` string, nullable
  - `task_lists_to_apply_at_order_creation` TaskListToApplyToOrder1[]
    - `task_list_id` string, required
    - `department_id` string, nullable
    - `initial_deadline_timestamp` string, date-time, nullable
  - `task_lists_to_apply_at_order_staging` TaskListToApplyToOrder1[]
    - `task_list_id` string, required
    - `department_id` string, nullable
    - `initial_deadline_timestamp` string, date-time, nullable
  - `task_groups` OrderTemplateNewTaskGroup1[]
    - `task_group_type` 'chrt_ground_provider' | 'cargo_on_flight' | 'onboard_courier', required
    - `executor_org_id` string, nullable — Must be a string starting with `org_`
    - `executor_assigned_user_ids` string[]
    - `off_chrt_executor_org_data_id` string, nullable
    - `driver_id` string, nullable
    - `vehicle_type` 'sedan' | 'suv' | 'cargo_van' | 'box_truck' | 'flatbed' | 'semi_truck' | 'airplane'
    - `coordinator_setup_notes` string, nullable
    - `task_group_key` string, uuid4, required
    - `tasks` OrderTemplateNewTask1[] — unresolved $ref
  - `cargos` OrderTemplateNewCargo1[]
    - `schema_version` 1
    - `cargo_type` 'spare_parts' | 'blood' | 'lab_specimen' | 'organ' | 'tissue' | 'manufacturing_equipment' | 'aircraft_parts' | 'medical_devices' | 'medical_supplies' | 'pharmaceuticals' | 'documents' | 'electronics' | 'clothing' | 'chemicals' | 'hazardous_materials' | 'perishable' | 'frozen' | 'live_animals' | 'rodents' | 'fish' | 'birds' | 'reptiles' | 'mammals' | 'insects' | 'crickets' | 'other' | 'unspecified', required
    - `quantity` integer, nullable
    - `weight_pounds` number, nullable
    - `length_inches` number, nullable
    - `width_inches` number, nullable
    - `height_inches` number, nullable
    - `girth_inches` number, nullable
    - `turnable` boolean, nullable
    - `stackable` boolean, nullable
    - `description` string, nullable
    - `awb_number` string, nullable — IATA Air Waybill number: 3-digit airline prefix + 8-digit serial, e.g. '020-12345678'.
    - `cargo_key` string, uuid4, required
  - `name` string, required
  - `description` string, nullable

## Response `200`

Successful Response

- OrderTemplateNew1
  - `schema_version` 1, required
  - `service_line` 'on_demand' | 'routed'
  - `off_chrt_reference_id` string, nullable — Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved).
  - `shipper_org_id` string, nullable — Must be a string starting with `org_`
  - `off_chrt_shipper_org_data_id` string, nullable
  - `coordinator_org_id` string, nullable — Must be a string starting with `org_`
  - `coordinator_department_id` string, nullable
  - `coordinator_assigned_user_ids` string[]
  - `coordinator_label` string, nullable
  - `task_lists_to_apply_at_order_creation` TaskListToApplyToOrder1[]
    - `task_list_id` string, required
    - `department_id` string, nullable
    - `initial_deadline_timestamp` string, date-time, nullable
  - `task_lists_to_apply_at_order_staging` TaskListToApplyToOrder1[]
    - `task_list_id` string, required
    - `department_id` string, nullable
    - `initial_deadline_timestamp` string, date-time, nullable
  - `task_groups` OrderTemplateNewTaskGroup1[]
    - `task_group_type` 'chrt_ground_provider' | 'cargo_on_flight' | 'onboard_courier', required
    - `executor_org_id` string, nullable — Must be a string starting with `org_`
    - `executor_assigned_user_ids` string[]
    - `off_chrt_executor_org_data_id` string, nullable
    - `driver_id` string, nullable
    - `vehicle_type` 'sedan' | 'suv' | 'cargo_van' | 'box_truck' | 'flatbed' | 'semi_truck' | 'airplane'
    - `coordinator_setup_notes` string, nullable
    - `task_group_key` string, uuid4, required
    - `tasks` OrderTemplateNewTask1[] — unresolved $ref
  - `cargos` OrderTemplateNewCargo1[]
    - `schema_version` 1
    - `cargo_type` 'spare_parts' | 'blood' | 'lab_specimen' | 'organ' | 'tissue' | 'manufacturing_equipment' | 'aircraft_parts' | 'medical_devices' | 'medical_supplies' | 'pharmaceuticals' | 'documents' | 'electronics' | 'clothing' | 'chemicals' | 'hazardous_materials' | 'perishable' | 'frozen' | 'live_animals' | 'rodents' | 'fish' | 'birds' | 'reptiles' | 'mammals' | 'insects' | 'crickets' | 'other' | 'unspecified', required
    - `quantity` integer, nullable
    - `weight_pounds` number, nullable
    - `length_inches` number, nullable
    - `width_inches` number, nullable
    - `height_inches` number, nullable
    - `girth_inches` number, nullable
    - `turnable` boolean, nullable
    - `stackable` boolean, nullable
    - `description` string, nullable
    - `awb_number` string, nullable — IATA Air Waybill number: 3-digit airline prefix + 8-digit serial, e.g. '020-12345678'.
    - `cargo_key` string, uuid4, required
  - `name` string, required
  - `description` string, nullable
  - `_id` string, required
  - `owned_by_user_id` string, required — Must be a string starting with `user_`
  - `owned_by_org_id` string, required — Must be a string starting with `org_`
  - `created_at_timestamp` string, date-time, required
  - `last_edited_at_timestamp` string, date-time, required
  - `last_used_at_timestamp` string, date-time, nullable
  - `archived_at_timestamp` string, date-time, nullable

## 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)
