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-d5e8-40c0-870e-23e93f1872ab",
"tax_rate_uuid": "123e4567-9b2d-4652-92d5-23e938d955db"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}