Materials
Update a Material
OAuth Scope
This endpoint requires the following OAuth scope manage_inventory.
post/material/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Material
Request body
Example request
{
"uuid": "123e4567-e135-4324-93f0-23eb21287c4b",
"tax_rate_uuid": "123e4567-8fa0-4d47-a9b8-23eb26963b3b"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}