删除实物商品

拥有此API的权限集
商品管理-增删改

请求方式及url

  • 请求方式:POST
  • 请求头:Content-Type:application/json
  • 接口地址:https://api.xiaoe-tech.com/xe.goods.entity.delete/1.0.0
  • 频率限制:10秒500次

在线调试工具

请求

响应

请求参数

参数名 必选 类型 说明
access_token string 专属token
resource_ids array 资源ID
resource_type int 资源类型

请求示例

{
    "access_token":"xe_xxxxx",
    "resource_ids": [
    "g_620f2489a8fdxxxxxxxx"
    ],
    "resource_type": 21
}

返回参数

参数名 类型 说明 备注
code int 状态码 0为请求成功,其它为请求失败
msg string 请求状态描述信息

返回示例


{
    "code": 0,
    "msg": "Success",
    "data": []
}

results matching ""

    No results matching ""