Chi tiết sản phẩm

  • API này dùng để lấy thông tin chi tiết của sản phẩm.

Request

curl --location 'https://pos.open.nhanh.vn/v3.0/product/detail?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json'
--data '{
    "filters": {
        "id": "123"
    }
}'

Response

Failed response

Successful response

Last updated