WebHook

Downloads:3
Views:493
Last Update:2024-10-27
Price:
¥1.00
Plugin Version:
1.0.1
Compatible BeikeShop Version:
v1.5.4, v1.5.3, v1.5.2, v1.5.1, v1.5.0, v1.4.0, v1.3.8, v1.3.7
Plugin Purchase Process
1
登录您的BeikeShop商城后台
2
Click on "Plugin Marketplace" in the top right corner
3
Select the desired plugin for purchase
4
购买&安装
Plugin Purchase Process
1
Access your BeikeShop admin dashboard
2
Click on "Plugin Marketplace" in the top right corner
3
Select the desired plugin for purchase
4
Click on Purchase
Plugin Description

It is used to conveniently connect external systems. For example, after the order payment is completed, the SKU number of the order is transferred to the business system, so that the virtual items purchased in the mall can be added to the business system in real time. For example,

 

To connect the users of the business system with beikeshop, you can record the other party's user ID, or associate them through mobile phone number, email, userFlag, etc.

beikeshop has added a VIP service product, the SKU number is "vip-1"

The event configured in this plug-in is service.state_machine.change_status.after

Determine event_code==='service.state_machine.change_status.after' && status === 'paid' in the callback of the business system, otherwise ignore

Loop $data['order']['orderProducts'] to determine product_sku==='xxx' to $data['order']['customer']['id'] to increase VIP margin

Open source address: shellus/beikeshop-webhook (github.com)