---
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_ids` string[]
  - `coordinator_assigned_user_ids` string[]
  - `coordinator_labels` string[]
  - `task_lists_to_apply_at_order_creation` TaskListToApplyToOrder1[]
    - `task_list_id` string, required
    - `entry_tag` string, nullable
    - `department_id` string, nullable
    - `initial_deadline_timestamp` string, date-time, nullable
  - `task_lists_to_apply_at_order_staging` TaskListToApplyToOrder1[]
    - `task_list_id` string, required
    - `entry_tag` string, nullable
    - `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_ids` string[]
  - `coordinator_assigned_user_ids` string[]
  - `coordinator_labels` string[]
  - `task_lists_to_apply_at_order_creation` TaskListToApplyToOrder1[]
    - `task_list_id` string, required
    - `entry_tag` string, nullable
    - `department_id` string, nullable
    - `initial_deadline_timestamp` string, date-time, nullable
  - `task_lists_to_apply_at_order_staging` TaskListToApplyToOrder1[]
    - `task_list_id` string, required
    - `entry_tag` string, nullable
    - `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

## Changes

- **2026-09-16** `90f02389cb0d` — 3 warning, 3 info
  - removed the request property `coordinator_label`
  - removed the optional property `coordinator_label` from the response with the `200` status
  - added the new `file` enum value to the `task_groups/items/tasks/items/task_artifacts/items/type` response property for the response status `200`
  - added the new optional request property `coordinator_labels`
  - …2 more
- **2026-09-11** `7cf361125675` — 2 warning, 6 info
  - removed the request property `coordinator_department_id`
  - removed the optional property `coordinator_department_id` from the response with the `200` status
  - added the new optional request property `coordinator_department_ids`
  - added the new optional request property `task_lists_to_apply_at_order_creation/items/entry_tag`
  - …4 more

[Change history](https://skmtc.dev/chrt/apis/chrt-fastapi/changes/shipping/order_templates_new/v1/post.md)

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/chrt/apis/chrt-fastapi/revisions/1a1e5a995fc9?raw)
