Bigcommerce

Spring Security Bigcommerce OAuth2 调试记录

Spring Security Bigcommerce OAuth2 调试记录

(1)断点切入点 public class OAuth2LoginAuthenticationFilter extends AbstractAuthenticationProcessingFilter { public Authentication attemptAuthenticatio

Joe.Ye Joe.Ye 2023-04-01
0 0 0
Bigcommerce OAuth2及API开发调试

Bigcommerce OAuth2及API开发调试

OAuth2获取Code (1)跳转Bigcommerce地址:https://login.bigcommerce.com/oauth2/authorize?client_id=55s0zc5yt0x1b70wgnq12cv2r0kid5i&redirect_uri=https://xkgdu.ss

Joe.Ye Joe.Ye 2023-04-01
0 0 0
Bigcommerce自定义收银台

Bigcommerce自定义收银台

参考文档 Optimized One-Page Checkout:https://support.bigcommerce.com/s/article/Optimized-Single-Page-Checkout Customizing Checkout: https://developer.bigc

Joe.Ye Joe.Ye 2023-03-26
0 0 0
Bigcommerce支付网关设计

Bigcommerce支付网关设计

技术方案 技术方案参考 Bigcommerce内置常用支付网关,但不支持第三方支付网关接入 https://www.brihaspatitech.com/blog/bigcommerce-custom-payment-gateway-development/ (基本参照该文章思路) https

Joe.Ye Joe.Ye 2023-03-26
0 0 0
BigCommerce App 回调处理

BigCommerce App 回调处理

当前配置 Auth Callback URL: https://1380ce593ae2.ngrok.io/auth Load Callback URL: https://1380ce593ae2.ngrok.io/load Uninstall Callback URL: https://1380

Joe.Ye Joe.Ye 2023-03-26
0 0 0
Bigcommerce订单确认页接口调试

Bigcommerce订单确认页接口调试

获取订单信息所需Cookie https://mystore.mybigcommerce.com/api/storefront/orders/110?include=payments,lineItems.physicalItems.socialMedia,lineItems.physicalItem

Joe.Ye Joe.Ye 2023-03-26
0 0 0
Bigcommerce插件开发指南

Bigcommerce插件开发指南

开发者中心:https://developer.bigcommerce.com APP控制台:https://devtools.bigcommerce.com Partners控制台:https://partners.bigcommerce.com API文档:https://developer.b

Joe.Ye Joe.Ye 2023-03-26
0 0 0