# OrderStatus

订单状态

```javascript
// 订单受理中 Order Processing
Created,
// 货物揽收中 Cargo Receiving
LeavingFactory,
// 干线待发运 Awaiting Departure
ProductLoading,
// 干线运输中 Cargo in Transit
ShippingInTransit,
// 入关处理中 POD Processing
ProductUnloading,
// 货物配送中 Cargo in Delivery
Delivery,
// 订单已完成 Order Completed
Completed,
// 订单申请取消中 Order canceling
RequestCancel,
// 订单已取消 Order canceled
AdminCancelAgreed,
// 订单取消被驳回 Cancellation Rejected
AdminCancelDenied,
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://open.jianyiyun.com/enumerations/orderstatus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
