Update a single product with Json Merge Patch functionality
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
productId
The product identifier
Request
This endpoint expects an object.
id
Unique reference ID for the product
name
taxonomy_id
type_id
variants
Response
Success
created_on
id
name
taxonomy
type
updated_on
user_id
variants

