Danh sách gian hàng

  • /api/ecom/shops: Tính năng này dùng để lấy danh sách gian hàng sàn TMĐT

Request

Response:

  • JSON decode the response to get the structure:

[
    "totalPages" => int,
    "page" => int,
    "shops" => [ // maximum 100 shops per page
        // shop 1
        [
            // see properties in the table below
        ],
        ...
    ]
]

Last updated