Get products in a bundle by SKU

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 SKU, use the corresponding ID-based endpoint - GET /products/{id}/bundles.
3. The status parameter is applicable to the id passed as path parameter and not for bundles. That is, the bundles returned in the response are the bundles attached to either 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!