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-d073-4381-9f4c-23482ad4cacb",
"tax_rate_uuid": "123e4567-5e42-4a03-8094-23482eb30ebb"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}