我在哪里可以找到Bigcommerce商店哈希值

时间:2014-08-31 09:35:19

标签: api custom-fields bigcommerce

我想使用here中的Bigcommerce API。

我需要一个自定义字段,所以我将使用

GET /stores/{store_hash}/v2/products/{product_id}/custom_fields/{id}

我在哪里可以找到{store_hash}值?

4 个答案:

答案 0 :(得分:2)

Bigcommerce商店哈希值也可以从您的临时网址中获得。例如,如果您的临时URL是 http://store-xxxxxxxxx.mybigcommerce.com/ ,则 store_hash 值为 xxxxxxxxx

答案 1 :(得分:1)

Go to Advanced Settings -> Api Accounts then click Create API Account, you'll find it in the API PATH field `https://api.bigcommerce.com/stores/{{store-hash}}/v3/

答案 2 :(得分:1)

如果其他所有方法均失败,则可以在页面源代码中找到它,例如:

查看源:https://xxxxxxxx.mybigcommerce.com/manage/settings/auth/api-accounts

其中xxxxxxxx是您商店的URL前缀。

从页面源中搜索“ store_hash”或“ storeHash”

答案 3 :(得分:0)

我在这里找到了答案:https://developer.bigcommerce.com/api/legacy/basic-auth

启用API访问=>你登录并在json返回时你会找到store_auth