Strapi v5 Powered

Product Bundle API

Manage and serve dynamic product bundles for your OpenCart store with a modern, powerful headless CMS API.

API Status: Operational
Strapi v5.46.0
MySQL Database
Secure HTTPS

API Endpoints

RESTful endpoints to manage your product bundles programmatically.

GET

List All Bundles

Retrieve all active product bundles with full details, pricing, and included products.

/api/bundles
GET

Get Bundle by Slug

Fetch a specific bundle using its unique URL-friendly slug identifier.

/api/bundles/slug/{slug}
GET

Find by Product

Discover all bundles that contain a specific product by its OpenCart product ID.

/api/bundles/product/{productId}
GET

Calculate Price

Get calculated pricing details including discount percentage and savings amount.

/api/bundles/{bundleId}/calculate
POST

Sync from OpenCart

Bulk synchronize bundle data from your OpenCart store to Strapi CMS.

/api/bundles/sync
GET

Admin Panel

Access the Strapi admin dashboard to visually manage all bundles.

/admin

Bundle Preview

See how your bundles appear to customers

View All Bundles

Sample Bundle Title

This is how your bundle will appear with product images, pricing, and discount badges.

$199.99 $299.99 -33% OFF

Features

Everything you need to manage product bundles at scale.

Dynamic Pricing

Automatic discount calculation and price comparison between original and bundle prices.

Product Grouping

Group multiple products into curated bundles with custom descriptions and images.

OpenCart Sync

Seamlessly sync bundle data between OpenCart and Strapi with one API call.

Secure Access

JWT authentication, API tokens, and role-based access control built-in.

OpenCart Bundle