Merge Variants
Merges multiple product variants into a target variant. Provide an array of variant IDs to merge into the target variant specified in the path. Inventory from the merged variants will be consolidated into the target variant.
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token or OAuth2
Path parameters
variantId
The ID of the variant to use as the merge target
Request
The variants that should be merged to the target variant
id
Response
Created
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.

