Bundle Product
Bundle product with chapter-based configuration
Returns detail information for a bundle product with chapter-based configuration.
Bundle Products: Bundle products allow customers to build custom combinations by selecting items from different chapters (categories). Examples:
Build-your-own computer (CPU chapter, RAM chapter, Storage chapter)
Custom gift box (main item, accessories, packaging)
Personalized product with custom attributes
Chapters: Each chapter represents a selection category with:
Required or optional status
Form schema for additional inputs (e.g., engraving text)
Available product variants within the chapter
Navigation:
Use
current_chapterparameter to navigate between chaptersUse
current_pagefor pagination within chaptersSelected attributes are tracked across chapters
Unique identifier of the bundle product.
Must be a product with type "bundle".
9012Slug or identifier of the chapter to display.
If not provided, defaults to the first chapter.
cpu-selectionPage number within the current chapter for pagination.
Defaults to "1" if not specified.
1Example: 1Bundle product detail retrieved successfully
Bundle product not found.
Occurs when:
- No product exists with the specified ID
- Product exists but is not of type "bundle"
Uploads a custom image for personalized bundle products.
Use Case: Some bundle products allow customers to upload custom images for personalization (e.g., photo printing, custom engravings). This endpoint handles the image upload process.
Response: Returns the uploaded file information including:
Generated UUID for tracking
Original filename
Storage path for the uploaded image
Unique identifier of the bundle product
9012Image file to upload (Base64 encoded)
Chapter slug for which the image is being uploaded
Image uploaded successfully
Bundle product not found
Last updated
Was this helpful?

