Get all children for Bundle product
Get all children for Bundle product
Query parameters
-
optionId integer
GET /V1/bundle-products/{productSku}/children
curl \
-X GET https://magento2.winkelstraat.mac/rest/all/V1/bundle-products/{productSku}/children
Response examples (200)
[
{
"id": "string",
"sku": "string",
"option_id": 42,
"qty": 42.0,
"position": 42,
"is_default": true,
"price": 42.0,
"price_type": 42,
"can_change_quantity": 42,
"extension_attributes": {}
}
]
Response examples (401)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (400)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}