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