Update product
Update a product by ID. Also creates and edits product attributes: productAttributes upserts attributes and sets their pricing (metering event, price points, credit brackets). This is the endpoint to use to add pricing to a product created without any.
Authentication
AuthorizationBearer
API Key authentication using Bearer token
Path parameters
id
Request
Body
name
description
active
productCode
externalId
metadata
productAttributes
Response
200
id
name
description
createdAt
updatedAt
active
productCode
externalId
archivedAt
metadata
productAttributes
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error