business
updateGoods
Internal business/updateGoods operation. Authentication requirements are derived from the active route allowlist.
post/business/updateGoods
Request body
Example request
{
"business_id": 2,
"description": "example_description",
"id": 5,
"name": "5th item",
"price": 13.5,
"tax": 2
}Response
Standard successful response envelope.
Example response
{
"statusCode": 200,
"message": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.