Skip to main content
PUT
Updates an existing product in your COR instance using its external ID. Only provided fields will be updated; fields not included in the request will remain unchanged.

Path Parameters

string
required
External product ID that was used when creating the product

Request Body Requirements

object
required
string
Updated product name
string
Updated product description

Known Errors

  • ZC001 — Entity is not associated (product with the specified external ID not found)
  • ProductNotFoundError — No product found with the specified external ID for this source
  • ValidationError — Missing required metadata.source field