Update Product
Updates a product. Supports partial updates - only the fields provided will be updated. When updating variants through this endpoint, you must include the variant ID.
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token or OAuth2
Path parameters
productId
The product identifier
Request
This endpoint expects an object.
id
Unique reference ID for the product
name
The name of the product
taxonomy_id
The taxonomy ID for categorizing the product
type_id
The product type ID (1 = Regular, 2 = Bundle)
Allowed values:
variants
List of variants to update. Each variant must include an ID. Only provided fields will be updated.
Response
Success
created_on
Timestamp when the product was created
id
Unique identifier for the product
name
Product name
taxonomy
Product categorization information including category hierarchy
type
Product type (e.g., ‘Regular’ or ‘Bundle’)
updated_on
Timestamp when the product was last updated
user_id
ID of the user who owns this product
variants
List of variants belonging to this product. Each variant represents a specific SKU.

