# API

Below you will find the keys to generate secret payloads for adding or updating a channel via the [Script API](/api/api/script.md).

### SALESFORCE\_SHOP\_NAME

In this secret, you would store the store name associated with the CRM.\
\
**Example value**\
**example.com**\
\
**Type**\
IDENTIFIER\
\
**Optional**\
false

### SALESFORCE\_SITE\_ID

In this secret, you would store the store ID associated with the CRM.\
\
**Example value**\
RefArch\
\
**Type**\
TEXT\
\
**Optional**\
false

### SALESFORCE\_CLIENT\_ID

In this secret, you would store the client ID associated with the CRM.\
\
**Example value**\
c0c6fe7c-6b41-42e2-9291-ce33f805a07b\
\
**Type**\
TEXT\
\
**Optional**\
false

### SALESFORCE\_CLIENT\_SECRET

In this secret, you would store the client secret that customers generate.\
\
**Example value**\
art4afw4taXeyewrfMr\
\
**Type**\
PASSWORD\
\
**Optional**\
false


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.edgetag.io/crm-connections/salesforce-commerce-cloud/api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
