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.
category_id
name
sub_category_id
type_id
variants
Response
Success
category
created_on
id
name
sub_category
type
updated_on
user_id
variants

