SFCC
To integrate SFCC with the Heyday chat, here's what you need from you:
Client ID: client_id
client_id
Access Token β access_token [Used for Order search]
access_token
Demandware domain name: domain_name
domain_name
Store Names: storenName
storenName
The a client_id and an access_token are used in an authentication call to get a bearer_token used in the order_search call.
bearer_token
order_search
Then this bearer_token allow us to perform some query on the api order_search. Therefore, we need the <domain_name> and <storenName>
<domain_name>
<storenName>
If you have multiple store names, you need to send us all of the applicable ones.
Further access needed varies by feature. For example:
For the product search feature, we need read access on:
/products API
/products
/categories API
/categories
/product_search API
/product_search
For the order/shipment tracking feature, we need read access on:
GET /orders API
/orders
POST /order_search API
/order_search
Last updated 3 years ago
Was this helpful?