Shopify Ajax API 添加购物车功能
原文英文,约200词,阅读约需1分钟。发表于: 。The Ajax API provides a suite of lightweight REST API endpoints for development of Shopify themes. The Ajax API can only be used by themes that are hosted by Shopify. You can't use the Ajax API on...
Ajax API 提供轻量级 REST API 端点,用于 Shopify 托管主题的开发。主要功能包括添加、更新、移除购物车商品,以及获取购物车状态。常用端点有 /cart/add.js、/cart/update.js、/cart/change.js 和 /cart.js。