Skip to main content

Update Product Brand

PUT 

/api/product-brands/:id

Updates a product brand's name.

Required scope: products:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token.

Validation:

  • name (required, max 255, unique ignoring current record)

Request

Responses

OK

Response Headers
    Content-Type