> For the complete documentation index, see [llms.txt](https://docs.salework.net/salework-tai-lieu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salework.net/salework-tai-lieu/he-thong-ho-tro/salework-open-api/order-create-self-logistics-v2-comming-soon.md).

# Order Create Self Logistics V2 (comming soon)

Tạo đơn tự vận chuyển trong Salework Kho Vận

#### Request Headers

{% code overflow="wrap" lineNumbers="true" %}

```
client-id: 123456
token: 50000601c30atpedfgu3LVvik87Ixlsvle3mSoB7701ceb156fPunYZ43GBg
```

{% endcode %}

#### Request Body

{% code overflow="wrap" lineNumbers="true" %}

```json
{    
    "method": "orderCreateSelfLogistics",
    "params": {
        "order_detail" : {},
        "create_immediately" : false
    }
}
```

{% endcode %}

#### Response Body

{% code lineNumbers="true" %}

```json
{
    "success": true,
    "data": []
}
```

{% endcode %}

#### Parameters

<table><thead><tr><th width="222">Parameter</th><th width="120">Type</th><th width="98">Required</th><th>Note</th></tr></thead><tbody><tr><td>order_detail</td><td>object</td><td>yes</td><td>Thông tin chi tiết đơn hàng</td></tr><tr><td>create_immediately</td><td>boolean</td><td>yes</td><td>Tạo và hoàn thành đơn hàng</td></tr></tbody></table>
