For the complete documentation index, see llms.txt. This page is also available as Markdown.

Order Create Self Logistics V2 (comming soon)

POST : https://salework.net/api/open/stock/v2

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

Request Headers

client-id: 123456
token: 50000601c30atpedfgu3LVvik87Ixlsvle3mSoB7701ceb156fPunYZ43GBg

Request Body

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

Response Body

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

Parameters

Parameter
Type
Required
Note

order_detail

object

yes

Thông tin chi tiết đơn hàng

create_immediately

boolean

yes

Tạo và hoàn thành đơn hàng

Last updated