Get products in a bundle by ID

Bundle is a collection of products that are sold together as a single package. For example, a laptop is bundled with a carrying case and a wireless mouse to be sold as a package.

This endpoint gets a paginated list of products by ID.

Note:
1. You can refine the results by specifying offset and limit values. When they are not specified, by default, you'll get up to 10 products.
2. If you don't have product ID, use the corresponding SKU-based endpoint - GET /products/sku/{sku}/bundles.
3. The status parameter is applicable to the id passed in path parameter and not for bundles. That is, bundles returned as part of the response are either the bundles attached to the Live or Draft version of the product based on the status parameter.

Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!