Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias UpdateOrder
import { type UpdateOrder } from "https://deno.land/x/cdek@v1.0.9/src/types/api/request.ts";
definition: { uuid?: string; cdek_number?: number; tariff_code?: number; comment?: string; shipment_point?: string; delivery_point?: string; delivery_recipient_cost?: Money; delivery_recipient_cost_adv?: Threshold[]; sender?: Contact; seller?: Seller; recipient?: Contact; to_location?: Location; from_location?: Location; services?: Service[]; packages?: Package[]; }