Update a single product with Json Merge Patch functionality

View as MarkdownOpen in Claude
Updates a single product. This endpoint supports Json Merge Patch functionality, which allows partial updates to be made to the product. The endpoint will only update the fields that are provided in the request. For updating variants, you mnust include the ID of the variant that you would like to update.

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token

OR
AuthorizationBearer
OAuth2 authentication using JWT tokens

Path parameters

productIdlongRequired
The product identifier

Request

idlongOptional
Unique reference ID for the product
namestringOptional
taxonomy_idintegerOptional
type_idintegerOptional
variantslist of objectsOptional

Response

Success
created_ondatetime
idlong
namestring
taxonomyobject
typestring
updated_ondatetime
user_idlong
variantslist of objects