# Get all children for Bundle product **GET /V1/bundle-products/{productSku}/children** Get all children for Bundle product ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Path parameters - **productSku** (string) ### Query parameters - **optionId** (integer) ## Responses ### 200 200 Success. #### Body: (array[object]) - **id** (string) The identifier - **sku** (string) Linked product sku - **option_id** (integer) Option id - **qty** (number) Qty - **position** (integer) Position - **is_default** (boolean) Is default - **price** (number) Price - **price_type** (integer) Price type - **can_change_quantity** (integer) Whether quantity could be changed - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Bundle\Api\Data\LinkInterface ### 401 401 Unauthorized #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### 400 400 Bad Request #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)