Delete multiple source items configuration for low quantity
POST
/V1/inventory/low-quantity-notifications-delete
curl \
--request POST 'https://magento2.winkelstraat.mac/rest/all/V1/inventory/low-quantity-notifications-delete' \
--data '{"sourceItems":[{"sku":"string","source_code":"string","quantity":42.0,"status":42,"extension_attributes":{"origin":"string"}}]}'
Request examples
{
"sourceItems": [
{
"sku": "string",
"source_code": "string",
"quantity": 42.0,
"status": 42,
"extension_attributes": {
"origin": "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 (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}