Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias AddOrder
import { type AddOrder } from "https://deno.land/x/cdek@v1.0.12/src/types/api/request.ts";
definition: { type?: number; additional_order_types?: (4 | 6 | 7)[]; number?: string; tariff_code: number; comment?: string; developer_key?: string; shipment_point?: string; delivery_point?: string; date_invoice?: string; shipper_name?: string; shipper_address?: string; delivery_recipient_cost?: Money; delivery_recipient_cost_adv?: Threshold[]; sender?: Contact; seller?: Seller; recipient: Contact; from_location?: Location; to_location?: Location; services?: Service[]; packages: Package[]; print?: string; is_client_return?: boolean; }