订单订单根据订单号获取订单详情版本:202201根据订单号获取订单详情 GET /openapi/2022-01/orders/number/:number 通过订单编号获取指定订单的详细信息。 请求 Path参数number string必填订单号,用于简化商家引用。 响应200404200application/json无 Schema404application/json数据结构示例Result数据结构errorsstring[]{ "errors": [ "Unable to find resource" ]}{ "errors": [ "Unable to find resource" ]}