Connect BigCommerce with ProductPolish
Connect your BigCommerce store with ProductPolish via the V2/V3 API. You create an API account and need the Store Hash, Access Token, and Client ID.
Prerequisites
- An active BigCommerce store (all plans)
- Store owner or admin access (permission to manage API accounts)
Required credentials
| Field | Example | Description |
|---|---|---|
Store Hash | abc123xyz | Unique identifier for your store. Visible in the admin URL after stores/. |
Access Token | (long token string) | Shown once when creating the API account. |
Client ID | (alphanumeric string) | The Client ID of the API account. |
Step-by-step guide
Open BigCommerce Admin
Log in to your BigCommerce Admin at https://store-xxxxx.mybigcommerce.com/manage.
Find your Store Hash
Your Store Hash is in the URL of your admin dashboard:
https://store-abc123xyz.mybigcommerce.com/manage/dashboard
The part between store- and .mybigcommerce.com is your Store Hash.
Create API account
Navigate to: Settings→Advanced→API Accounts→Create account
Select "Create V2/V3 API token".
Configure API permissions
Fill in the form:
- Name:
ProductPolish
Under OAuth Scopes, enable at least:
Products→ modifyContent→ modify (for images)
Click "Save".
Copy credentials
After saving, you will see:
- Client ID
- Client Secret
- Access Token
.txt file download containing all credentials. Save it securely.Enter in ProductPolish
Go in ProductPolish to Dashboard→Integrations→New connection.
- Select BigCommerce as the platform
- Enter your Store Hash
- Paste the Access Token
- Paste the Client ID
- Click "Save connection"
Good to know
- API versions: ProductPolish primarily uses the V3 Catalog API.
- Rate limits: BigCommerce allows approx. 150 requests per second for OAuth tokens.
- Images: Product images are uploaded via the V3 Product Images API.
- SEO: Meta title and meta description are automatically written to the BigCommerce SEO fields.
- Channels: Products are created in your default channel by default.
Common issues
"API Accounts" menu not visible
Only the store owner can create API accounts. Ask the owner to create the account for you.
"401" or "403" errors
Check that the Access Token is correct and the required scopes (Products: modify) are set.