Bazaarvoice
Overview
The Bazaarvoice source connector is currently in development. At this time, it supports:
- Credential validation (testing that your API passkey can successfully call the Bazaarvoice API)
- Configuration of the Bazaarvoice environment (production or staging)
It does not yet support extracting data streams.
Setup
Prerequisites
- A Bazaarvoice API passkey with access to the Bazaarvoice Data API.
- Knowledge of which Bazaarvoice environment you should use:
productionfor the production Bazaarvoice APIstagingfor the staging Bazaarvoice API
Authentication
Bazaarvoice authentication for this connector uses an API passkey.
During connection testing, the connector validates credentials by calling the Bazaarvoice Data API endpoint:
- Production:
https://api.bazaarvoice.com/data/products.json - Staging:
https://stg.api.bazaarvoice.com/data/products.json
with:
apiversion=5.4passkey=<your passkey>limit=1
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_passkey | string | ✅ | Bazaarvoice API passkey used to authenticate requests. |
environment | string | ✅ | Bazaarvoice environment. Must be either production or staging. |
Streams
No streams are currently available. Extraction will fail with an “in development” error until stream support is implemented.