...
...
...
...
...
...
...
...
...
...
...
...
产品删除:接口描述
请求描述
(以下为折叠内容,签署合同时以下信息无需参考,仅供第三方对接参考)
Expand |
---|
title | (以下为折叠内容,签署合同时以下信息无需参考,仅供第三方对接参考) |
---|
|
使用接口调试工具postman 温馨提示: 1、删除产品时,需提供产品ID,举例:("ids":3055881)。 HTTP请求方式: Code Block |
---|
| POST /client/Product/Batch-Update-Status/ HTTP/1.1
Host: {{Bird_URL}}
Headres:
api_key: {{api_key}}
company_id: {{company_id}}
Cookie: PHPSESSID=3s3nejv43u9bhirsrvq9nge254
Body
raw
{
"ids":"3055881",
"status":"DELETED"
} |
Json格式返回结果: Code Block |
---|
{
"success": true,
"refresh": false,
"moduleName": "client"
} |
|