Fredhopper by Crownpeak (prebuilt connector)
Description
Fredhopper is a Crownpeak product discovery platform that helps retailers and brands improve how customers find, discover, and interact with products online.
API documentation
API documentation for Fredhopper (used to build this connector) can be found via the link below:
Authentication
When adding connector instances for Fredhopper, the following authentication methods are supported:
OAuth 2 (client credentials)
When a user chooses to add a connector instance using OAuth 2 (client credentials) authentication, the credentials below are prompted:
Tenant
Your username as provided by your Fredhopper Technical Consultant.
Environment
Your Fredhopper instance - for example: live1
, test1
, test2
Scope
The required scope to define what access permissions should be given to Patchworks. Typically set to openid
.
Client ID
The client id
for your Fredhopper service account. For details please see Crownpeak's API documentation: Authorization to APIs.
Client Secret
The client secret
for your Fredhopper service account. For details please see Crownpeak's API documentation: Authorization to APIs.
Grant type
Set to client_credentials
.
Response authentication token key
Set to access_token.
Last updated