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

Order Update Self Logistics

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

Cập nhật đơn tự vận chuyển trong Salework Kho Vận

Request Headers

client-id: 123456
token: 50000601c30atpedfgu3LVvik87Ixlsvle3mSoB7701ceb156fPunYZ43GBg

Request Body

{    
    "method": "orderUpdate",
    "params": {
        "order_code": order_code,
        "state": STATE
    }
}

Response Body

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

Parameters

Parameter
Type
Required
Note

order_code

string

yes

Mã đơn hàng

string

yes

Trạng thái đơn hàng cần cập nhật:

Last updated