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

Logistics Get List

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

Lấy danh sách địa chỉ

Request Headers

client-id: 123456
token: 50000601c30atpedfgu3LVvik87Ixlsvle3mSoB7701ceb156fPunYZ43GBg

Request Body

{
    "method":"getLogistics"
}

Response Body

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

Last updated