Sửa đơn hàng
Request
curl --location --globoff 'https://pos.open.nhanh.vn/v3.0/order/edit?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json' \
--data '{
"info": {
"id": 14903497,
"status": 56,
"privateDescription": "Xác nhận đơn hàng qua API"
},
"carrier": {
"customerShipFee": 30000
}
}'Key
Type
Description
Info
Key
Type
Description
Carrier
Key
Type
Description
Payment
Key
Type
Description
Response
Failed response
Successful response
Last updated