如何将Shopify的API连接到Shippingbo?

问题描述 投票:0回答:1

我们希望将 SHOPIFY 和 SHIPPING BO 连接在一起,而不是每天当我们有产品更新时手动进行。 我们有这部纪录片(https://developer.shippingbo.com/ + https://developer.shippingbo.com/docs/external-wms/f3hn9cxx2c4np-product-management),但它似乎“太容易”

这是我们尝试使用的脚本:

curl --request GET \
  --url https://app.shippingbo.com/products \
  --header 'Content-Type: application/json' \
  --header 'X-API-TOKEN: ' \
  --header 'X-API-USER: ' \
  --header 'X-API-USER-ID: ' \
  --header 'X-API-VERSION: '
shopify shopify-api wms oms
1个回答
0
投票

您没有阅读正确的文档,请使用这个:https://developer.shippingbo.com/docs/api/wmyaww0hkv422-connect-an-order-source

但这也会很容易

© www.soinside.com 2019 - 2024. All rights reserved.