Edit an existing Product

View as Markdown
Update an existing product with the provided details.

Request

This endpoint expects an object.
productIdintegerRequired
ID of the product to edit
productNumberstringRequired
Product number or SKU
namestringRequired
Name of the product
descriptionstringRequired
Description of the product
categoryintegerRequired
Category ID
vendorintegerRequired
Vendor ID
availablebooleanRequired
Availability status of the product
notesstringRequired
Additional notes about the product
externalIdstringOptional

Response

Product updated successfully

Errors

400
Bad Request Error
404
Not Found Error
500
Internal Server Error