Update product
Update a product by ID. Optionally upsert product attributes with pricing.
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