Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where do I find Bigcommerce store hash value

I want to use the Bigcommerce API from here.

I need a custom field so I will use

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

Where do I find the {store_hash} value?

like image 661
Balta Radu Avatar asked Mar 19 '23 14:03

Balta Radu


2 Answers

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/

like image 58
Nafaa Boutefer Avatar answered Mar 23 '23 04:03

Nafaa Boutefer


The Bigcommerce store hash value can also be derived from your temp URL. For example, if your temp URL is http ://store-xxxxxxxxx.mybigcommerce.com/ then your store_hash value is the xxxxxxxxx. bigcommerce

like image 39
user6923055 Avatar answered Mar 23 '23 02:03

user6923055