Delete multiple source items configuration for low quantity
Delete multiple source items configuration for low quantity
Body
-
Represents amount of product on physical storage Entity id getter is missed because entity identifies by compound identifier (sku and source_code) Used fully qualified namespaces in annotations for proper work of WebApi request parser
POST /V1/inventory/low-quantity-notifications-delete
curl \
-X POST https://magento2.winkelstraat.mac/rest/all/V1/inventory/low-quantity-notifications-delete \
-d '{"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"
}