版本:202506
删除库存层级
DELETE/openapi/2025-06/inventory_levels
删除指定地点和库存项的库存层级记录。
请求
- application/json
- 请求体
- 示例
请求体必填
inventory_item_idstring必填
库存项 ID
location_idstring必填
地点 ID
{
"inventory_item_id": "string",
"location_id": "string"
}
响应
- 200
OK
- application/json
- 数据结构
- 示例
数据结构
codestring
错误码
messagestring
错误信息
data object
object
{
"code": "string",
"message": "string",
"data": {}
}