Salesforce Commerce Cloud
SFCC
To integrate SFCC with the Heyday chat, here's what you need from you:
Api access required
Client ID:
client_idAccess Token →
access_token[Used for Order search]Demandware domain name:
domain_nameStore Names:
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.
Then this bearer_token allow us to perform some query on the api order_search. Therefore, we need the <domain_name> and <storenName>
Further access needed varies by feature. For example:
Product search
For the product search feature, we need read access on:
/productsAPI/categoriesAPI/product_searchAPI
Shipment tracking
For the order/shipment tracking feature, we need read access on:
GET
/ordersAPIPOST
/order_searchAPI
Last updated
Was this helpful?
