Remove StockSourceLink list list
Remove StockSourceLink list list
Body
-
links
array[object] Required Represents relation between Stock and Source entities. Used fully qualified namespaces in annotations for proper work of WebApi request parser
Represents relation between Stock and Source entities. Used fully qualified namespaces in annotations for proper work of WebApi request parser
POST
/V1/inventory/stock-source-links-delete
curl \
--request POST 'https://magento2.winkelstraat.mac/rest/all/V1/inventory/stock-source-links-delete' \
--data '{"links":[{"stock_id":42,"source_code":"string","priority":42,"extension_attributes":{"source_name":"string"}}]}'
Request examples
{
"links": [
{
"stock_id": 42,
"source_code": "string",
"priority": 42,
"extension_attributes": {
"source_name": "string"
}
}
]
}
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"
}