Quote a China to USA shipment
generate_offerGet an all-in DDP offer (freight, US customs clearance, duties, and US door delivery in one USD number) for a shipment from China to the USA, 100 g to 2,000 kg. Prices come from Plain Freight's live pricing engine. Provide dimensions when known: for light bulky cargo volumetric weight governs the price. After this returns, an async agent double-checks the shipment; call check_offer_status with the quote_id to pick up its verdict, extra questions, or a needs_review flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Customer name | |
| No | The user's email. The written offer is mailed there once the check settles (one offer email per address per day), and replying to it is how they book. Optional, but without it no one can follow up. | ||
| notes | No | HS code, FBA requirements, delivery constraints, certifications held | |
| origin | No | Pickup city or supplier in China | |
| company | No | Customer company | |
| product | Yes | What is being shipped, e.g. 'LED desk lamps, 500 units' | |
| urgency | No | ||
| weight_kg | Yes | Total weight in kg (0.1 to 2000) | |
| dimensions | No | Cartons and size, e.g. '4 cartons, 60x40x35 cm each' | |
| destination_zip | No | US destination ZIP code |