Update a product
Authentication
Authorizationstring
API Key authentication via header
Path parameters
id
Product ID
Request
This endpoint expects an object.
name
Internal catalog name of the product
displayName
Customer-facing display name of the product
status
Product status (active or inactive)
description
Product description
integrationItemId
ERP integration item ID
erpClassId
ERP class ID
Response
Product updated successfully
payload
Response payload, will be empty when success is false
success
Boolean with true=success, false=failure
message
Plain-text description of the result
error
json element with any error messages or warnings
Errors
400
Bad Request Error
404
Not Found Error
500
Internal Server Error

