安装/卸载
事件分组 | 事件标识 |
---|---|
apps | apps/installed_uninstalled |
在店铺安装/卸载应用时,给应用的开发者发送对应的事件通知
请求头
- 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
请求体
- appkey stringapp唯一标识Example:
35f91ba37b941e6ce5fcc67975ab7aafb0a12345
- country_code string店铺所在的国家/地区代码Example:
cn
- created_at string本次订阅消息生成时间,yyyy-MM-dd'T'HH:mm.SSSXXX 格式的店铺时区时间Example:
2024-04-01T14:01:23+08:00
- handle string店铺hadle:域名中「.mysholine.com」前面的字符串Example:
SHOPLINE
- merchant_id string商户idExample:
2000001234
- name string店铺的名称Example:
SHOPLINE Store
- operate string标明当前的操作是安装还是卸载;取值包括:「INSTALL」(安装)和「UNINSTALL」(卸载)Example:
UNINSTALL
- store_id string店铺idExample:
1610418123456
- timestamp long本次订阅消息生成时间的时间戳Example:
1293941471000
- timezone string店铺所在的时区Example:
Asia/Singapore
响应
收到 SHOPLINE 发送的 Webhook 通知后,你需要按照如下 SHOPLINE 要求的格式进行响应。
HTTP/1.1 200 OK
关于如何订阅 Webhooks 及更多 Webhook 响应规则说明,请参考 Webhook 概述。
这篇文章对你有帮助吗?