Adobe Commerce¶
The Adobe Commerce connector is a Palantir-provided driver for Adobe Commerce.
To create a new Adobe Commerce source, follow the standard setup flow for Palantir-provided drivers, then use the sections below for Adobe Commerce-specific configuration and networking. For the complete property reference, see the official Adobe Commerce driver documentation ↗.
Configuration¶
The properties below are mandatory or recommended.
| Property | Required? | Description | Default |
|---|---|---|---|
AuthScheme ↗ |
Mandatory | The type of authentication to use when connecting to AdobeCommerce 2.x. | Basic |
URL ↗ |
Mandatory | Set the URL to the HTTP or HTTPS endpoint of your AdobeCommerce system. For example, https://adobecommercehost/. | https://myadobecommercehost |
AccessToken ↗ |
Recommended | The AdobeCommerce Access Token. | — |
StoreCode ↗ |
Recommended | Specifies the code of the store against which the API requests are executed. | — |
Networking¶
The table below lists the domains that the source needs to be able to access in order to successfully run.
For each domain, add a corresponding egress policy. If the source is hosted on-premises and not directly reachable from Foundry, use an agent proxy egress policy instead; the agent host itself must also be able to reach the listed domains. See using an agent as a proxy for details.
| Domain | Required |
|---|---|
| \ |
Always |
中文翻译¶
# Adobe Commerce
<!-- BEGIN GENERATED:intro -->
Adobe Commerce 连接器是 Palantir 为 Adobe Commerce 提供的[驱动程序](https://palantir.com/docs/foundry/data-integration/foundry-provided-drivers/)。
要创建新的 Adobe Commerce 数据源,请遵循 [Palantir 提供驱动程序的标准设置流程](https://palantir.com/docs/foundry/data-integration/foundry-provided-drivers/#setup),然后使用以下各节进行 Adobe Commerce 特定的配置和网络设置。有关完整的属性参考,请参阅 [Adobe Commerce 驱动程序官方文档 ↗](https://cdn.cdata.com/help/BZK/jdbc/pg_connectionj.htm)。
<!-- END GENERATED:intro -->
<!-- BEGIN GENERATED:configuration -->
## 配置
以下属性为必填或推荐项。
| 属性 | 是否必填 | 描述 | 默认值 |
|---|---|---|---|
| [`AuthScheme` ↗](https://cdn.cdata.com/help/BZK/jdbc/RSBMagento_p_AuthScheme.htm) | 必填 | 连接到 AdobeCommerce 2.x 时使用的身份验证类型。 | `Basic` |
| [`URL` ↗](https://cdn.cdata.com/help/BZK/jdbc/RSBMagento_p_URL.htm) | 必填 | 设置 AdobeCommerce 系统的 HTTP 或 HTTPS 端点 URL。例如,https://adobecommercehost/。 | `https://myadobecommercehost` |
| [`AccessToken` ↗](https://cdn.cdata.com/help/BZK/jdbc/RSBMagento_p_AccessToken.htm) | 推荐 | AdobeCommerce 访问令牌。 | — |
| [`StoreCode` ↗](https://cdn.cdata.com/help/BZK/jdbc/RSBMagento_p_StoreCode.htm) | 推荐 | 指定执行 API 请求的商店代码。 | — |
<!-- END GENERATED:configuration -->
<!-- BEGIN GENERATED:networking -->
## 网络设置
下表列出了数据源为成功运行而需要能够访问的域名。
对于每个域名,请添加相应的[出站策略](https://palantir.com/docs/foundry/administration/configure-egress/)。如果数据源部署在本地且无法从 Foundry 直接访问,请改用[代理出站策略](https://palantir.com/docs/foundry/administration/configure-egress/#agent-proxy-egress-policies);代理主机本身也必须能够访问列出的域名。详情请参阅[使用代理作为代理服务器](https://palantir.com/docs/foundry/data-connection/agent-proxy/)。
| 域名 | 是否必需 |
|--- |--- |
| \<URL> | 始终需要 |
<!-- END GENERATED:networking -->