Skip to main content
Latest
type alias ApiRequest.UpdateOrder
import { type ApiRequest } from "https://deno.land/x/cdek@v1.0.9/mod.ts";
const { UpdateOrder } = ApiRequest;
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[]; }