订购Squarespace的API

时间:2018-05-22 10:54:26

标签: api orders squarespace

我正在寻找可用于下订单的Squarespace API。 我在google上搜索并找到了一个提到Orders API(https://support.squarespace.com/hc/en-us/articles/236297987-Squarespace-API-keys)的Squarespace文档,但它没有用,因为它没有提到任何API端点。

用于订单履行的Commerce API端点可用,但我无法找到用于下订单的商品。

对此方向的任何帮助都将受到高度赞赏。

1 个答案:

答案 0 :(得分:0)

使用Squarespace developer docs作为参考,端点如下:

  

所有API端点均来自https://api.squarespace.com/<version>

     

例如:curl "https://api.squarespace.com/1.0/commerce/orders/56f1806d7b863796cbc2ee81" -H "Authorization: Bearer YOUR_SECRET_API_KEY"

在撰写本文时,目前无法使用Squarespace Commerce API下订单

  

使用Squarespace Commerce API,您可以构建应用程序   管理Squarespace商店中的数据。提供HTTP端点   允许你:

     
      
  • 检索订单
  •   
  • 使用履行信息更新订单
  •