Bundle REST endpoints
vendor/magento/module-bundle/etc/webapi.xml
GET
/V1/bundle-products/:productSku/children
Get all children for Bundle product
Bundle · Magento\Bundle\Api\ProductLinkManagementInterface::getChildren
/V1/bundle-products/:sku/options/:optionId
Get option for bundle product
Bundle · Magento\Bundle\Api\ProductOptionRepositoryInterface::get
/V1/bundle-products/:sku/options/all
Get all options for bundle product
Bundle · Magento\Bundle\Api\ProductOptionRepositoryInterface::getList
/V1/bundle-products/options/types
Get all types for options for bundle products
Bundle · Magento\Bundle\Api\ProductOptionTypeListInterface::getItems
POST
/V1/bundle-products/:sku/links/:optionId
Add child product to specified Bundle option by product sku
Bundle · Magento\Bundle\Api\ProductLinkManagementInterface::addChildByProductSku
/V1/bundle-products/options/add
Add new option for bundle product
Bundle · Magento\Bundle\Api\ProductOptionManagementInterface::save
PUT
DELETE
/V1/bundle-products/:sku/options/:optionId
Remove bundle option
Bundle · Magento\Bundle\Api\ProductOptionRepositoryInterface::deleteById
/V1/bundle-products/:sku/options/:optionId/children/:childSku
Remove product from Bundle product option
Bundle · Magento\Bundle\Api\ProductLinkManagementInterface::removeChild
Every Magento dev tool, in one hosted workspace.
Free to sign up. Nothing to install. Drafts, audits, and projects saved across every tool.