快速开始概览Quick Start Overview
- 先区分环境:生产环境 `https://api.easyshippingx.com/`,测试环境 `https://test-api.easyshippingx.com/`。Use environment-specific bases: production `https://api.easyshippingx.com/`, testing `https://test-api.easyshippingx.com/`.
- 优先打通询价与创建订单接口(POST / JSON / UTF-8),确认计费与下单链路。Start with quotation and create order (POST / JSON / UTF-8) to validate rating and order creation.
- 系统中持久化 `shipment_code`,用于后续查询、追踪、打印与退款流程。Persist `shipment_code` in your system for follow-up query, tracking, print, and refund operations.