ReDoc documentation

inventory/low-quantity-notifications-delete

inventory/low-quantity-notifications-delete

post/V1/inventory/low-quantity-notifications-delete

Delete multiple source items configuration for low quantity

Request
Request Body schema:
required
Array of objects (inventory-api-data-source-item-interface)
Responses
401

401 Unauthorized

default

Unexpected error

Request samples
{
  • "sourceItems": [
    ]
}
Response samples
{
  • "message": "string",
  • "errors": [
    ],
  • "code": 0,
  • "parameters": [
    ],
  • "trace": "string"
}