Add new option for bundle product
Add new option for bundle product
PUT /V1/bundle-products/options/{optionId}
curl \
-X PUT https://magento2.winkelstraat.mac/rest/all/V1/bundle-products/options/{optionId} \
-d '{"option":{"option_id":42,"title":"string","required":true,"type":"string","position":42,"sku":"string","product_links":[{"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":{}}],"extension_attributes":{}}}'
Request examples
{
"option": {
"option_id": 42,
"title": "string",
"required": true,
"type": "string",
"position": 42,
"sku": "string",
"product_links": [
{
"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": {}
}
],
"extension_attributes": {}
}
}
Response examples (200)
42
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"
}