Put v1 bundleproducts sku links
Body
-
Interface LinkInterface
PUT /V1/bundle-products/{sku}/links/{id}
curl \
-X PUT https://magento2.winkelstraat.mac/rest/all/V1/bundle-products/{sku}/links/{id} \
-d '{"linkedProduct":{"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":{}}}'
Request examples
{
"linkedProduct": {
"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 (200)
true
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"
}