事件分组事件标识
blogsblogs/update
更新博客集
请求头
  • X-Shopline-Topic string required
    事件的唯一标识。
    例子: orders/edited
  • X-Shopline-Hmac-Sha256 string required
    该请求的签名。收到请求后,你需要对该签名进行 验签 以验证数据的真实性和完整性。
    例子: XWmrwMey6OsLMeiZKwP4FppHH3cmAiiJJAweH5Jo4bM=
  • X-Shopline-Shop-Domain string required
    店铺的域名。
    例子: example.myshopline.com
  • X-Shopline-Shop-Id string required
    店铺 ID。
    例子: 1610418123456
  • X-Shopline-Merchant-Id string required
    商家 ID。
    例子: 2000001234
  • X-Shopline-API-Version string required
    API 版本号。
    例子: v20250601
  • X-Shopline-Webhook-Id string required
    该 Webhook 事件的 ID。
    例子: b54557e48a5fbf7d70bcd043
请求体
  • commentable string
    评价处理方式
    例子: yes
  • created_at string
    博客集合创建时间
    例子: 2021-11-09 06:41:00
  • handle string
    博客集合handle
    例子: new
  • id string
    博客集合ID
    例子: 6183a5c83d13eb7215356705
  • tags string
    博客集合tags
    例子: 1,2,3
  • template_suffix string
    博客集合模板
  • title string
    博客集合标题
    例子: News
  • updated_at string
    博客集合更新时间
    例子: 2021-11-09 06:41:00
状态码
收到 SHOPLINE 发送的 Webhook 通知后,你需要按照如下 SHOPLINE 要求的格式进行响应。
HTTP/1.1 200 OK
关于如何订阅 Webhooks 及更多 Webhook 响应规则说明,请参考 Webhook 概述
这篇文章对你有帮助吗?