Sửa sản phẩm
Request
curl --location 'https://pos.open.nhanh.vn/v3.0/product/add?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json' \
--data '{
"id": "12401",
"name": "Sản phẩm 3 mới tạo từ API V3 ngày 21/04/2025",
"price": 100000,
"importPrice": 50000,
"oldPrice": 12500,
"wholesalePrice": 9000,
"shippingWeight": 300,
"description": "Mô tả Sản phẩm 3 mới tạo từ API V3 ngày 21/04/2025 04:32:00",
"content": "Nội dung Sản phẩm 3 mới tạo từ API V3 ngày 21/04/2025 04:32:00",
"tagIds": [ID_1, ID_2]
}'Key
Type
Description
Response
Failed response
Successful response
Last updated