新增博客
事件分组 | 事件标识 |
---|---|
article | article/create |
创建博客文章
请求头
- X-Shopline-Topic string required事件操作标识Example:
orders/edited
- X-Shopline-Hmac-Sha256 string required签名Example:
XWmrwMey6OsLMeiZKwP4FppHH3cmAiiJJAweH5Jo4bM=
- X-Shopline-Shop-Domain string required店铺域名Example:
shophub.myshopline.com
- X-Shopline-Shop-Id string required店铺idExample:
1610418123456
- X-Shopline-Merchant-Id string required商户IDExample:
2000001234
- X-Shopline-API-Version string required版本号Example:
v20210901
- X-Shopline-Webhook-Id string required消息IDExample:
b54557e48a5fbf7d70bcd043
请求体
- author string博客文章作者名称Example:
3300497415
- blog_collection_id string博客集合IDExample:
6183793d3d13eb7215351ed7
- content_html string博客文章内容htmlExample:
content
- created_at string博客文章创建时间Example:
2021-11-04 09:26:08
- digest string博客文章摘要Example:
博客的摘要
- handle string博客文章handleExample:
/blog
- id string博客文章IDExample:
6184e55180b0982aeb720122
imageobject
图片信息alt string图片ALTsrc string图片地址- published boolean博客文章发布状态Example:
true
- published_at string博客文章发布时间Example:
2021-11-04 09:26:08
- tags string博客文章tagsExample:
1,2,3
- template_name string博客文章模板名称地址Example:
一个模板
- title string博客文章标题Example:
一个标题
- updated_at string博客文章更新时间Example:
2021-11-04 09:26:08
- user_id string博客文章作者IDExample:
3300497415
响应
收到 SHOPLINE 发送的 Webhook 通知后,你需要按照如下 SHOPLINE 要求的格式进行响应。
HTTP/1.1 200 OK
关于如何订阅 Webhooks 及更多 Webhook 响应规则说明,请参考 Webhook 概述。
这篇文章对你有帮助吗?