Convert Variant to Bundle

View as Markdown
Converts an existing product variant into a bundle product. Provide the bundle definition specifying which variants and quantities make up the bundle.

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token

OR
AuthorizationBearer
OAuth2 authentication using JWT tokens

Path parameters

variantIdlongRequired

Request

The variant request that is to be converted to bundle
bundle_definitionlist of objectsOptional
channel_metadatalist of objectsOptional
namestringOptional
skustringOptional

Response

Created
created_ondatetime
Timestamp when the product was created
idlong
Unique identifier for the product
namestring
Product name
taxonomyobject
Product categorization information including category hierarchy
typestring

Product type (e.g., ‘Regular’ or ‘Bundle’)

updated_ondatetime
Timestamp when the product was last updated
user_idlong
ID of the user who owns this product
variantslist of objects
List of variants belonging to this product. Each variant represents a specific SKU.