---
title: Connect a Salesforce Commerce Cloud store to FeedOps
description: How to connect a Salesforce Commerce Cloud store to FeedOps via API
---

[Skip to content](https://kb.feedops.com/knowledge/connect-a-salesforce-commerce-cloud-store-to-feedops#main-content)

English

Show submenu for translations

[![Feedops-logo_Final-2-4 1](https://kb.feedops.com/hs-fs/hubfs/Feedops-logo_Final-2-4%201.png?width=150&height=55&name=Feedops-logo_Final-2-4%201.png)](https://kb.feedops.com/knowledge?hsLang=en)

Open main navigation

Close main navigation

- English
  
  Show submenu for translations
- [Contact Us](https://feedops.com/contact-us/)

[Contact Us](https://feedops.com/contact-us/)

 Hello. How can we help you?

- There are no suggestions because the search field is empty.

1. [Help Center](https://kb.feedops.com/knowledge?hsLang=en)
2. [Onboarding FeedOps](https://kb.feedops.com/knowledge/onboarding-feedops?hsLang=en)
3. [Supported Platform Guides](https://kb.feedops.com/knowledge/onboarding-feedops?hsLang=en#supported-platform-guides)

# Connect a Salesforce Commerce Cloud store to FeedOps

## How to connect a Salesforce Commerce Cloud store to FeedOps via API

Before starting this process, you will need to [create a FeedOps account](https://kb.feedops.com/knowledge/creating-an-account?hsLang=en).

**Step 1** will help you generate an API Client ID.

**Step 2** will help update your Open Commerce API (OCAPI) settings.

### **Step 1 - Generating an API Client ID**

To connect your Salesforce Commerce Cloud website to FeedOps you will need to generate an API Client ID.

Account administrators can use Salesforce Account Manager to create API client IDs. To add an API Client and get the API Client ID, perform the following steps:

1. [Log into Account Manager.](https://account.demandware.com)
2. Click **API Client**.
   
   The API Clients page opens, showing a list of client IDs and, for each ID, a related display name. The display name is a human readable value that identifies the client.
3. Click **Add API Client**.
4. Enter the display name of the client e.g. "FeedOps" in the **Display Name** field. 
5. Click **Add**.
   
   Account Manager creates a client ID for the display name you provided.
6. Click **Add**.
   
   The API Clients page opens showing a list of Client IDs and, for each ID, a related display name.
7. Copy your Client ID and enter it in the FeedOps.

From here, you can proceed to updating your Open Client API (OCAPI) settings.

### **Step 2 - Updating your **Open Commerce API (OCAPI) settings

To enable FeedOps to access the required information from your Salesforce Commerce Cloud website you will need to update your Open Commerce API (OCAPI) settings.

Business Managers can use Salesforce Commerce Cloud Business Manager to update your OCAPI settings. To make the required updates, perform the following steps:

1. Log into the Salesforce Commerce Cloud Business Manager.
2. Click **Administration**.
3. Under **Site Development**, Click Open **Commerce API settings**.
4. From the **Select Type** selector, select **Shop**.
5. From the **Select Context** selector, select your store.
6. Depending on whether you have existing OCAPI settings you wish to keep or not, either add an entry to the clients list of your existing OCAPI settings or create new OCAPI settings.

#### Add an entry to the clients list of your existing OCAPI settings

Your existing OCAPI settings will look something like as follows:

Add a comma after the last **}** before the **\]** which ends your clients list, and paste the contents shown under **New client entry** below. Update the client\_id fleld (shown as xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) with the value of your API Client ID from **Step 1 - Generating an API Client ID** from above. 

#### Create new OCAPI settings

Create new OCAPI settings as follows:

Between the lines with a **\[** and a **\]**, paste the contents shown under **New client entry** below.

#### New client entry

When using this entry, update the client\_id fleld (shown as xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) with the value of your API Client ID from  **Step 1 - Generating an API Client ID from above**. 

```
{  "_v" : "21.4",  "clients":  [    {      "client_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",      "resources":      [        {          "resource_id":"/categories/*",          "methods":["get"],          "read_attributes":"(**)"        },        {          "resource_id":"/product_search",          "methods":["get"],          "read_attributes":"(**)"        },        {          "resource_id":"/products/*",          "methods":["get"],          "read_attributes":"(**)"        },        {          "resource_id":"/promotions/*",          "methods":["get"],          "read_attributes":"(**)"        },        {          "resource_id":"/site",          "methods":["get"],          "read_attributes":"(**)"        }      ]    }  ]}
```

 

- [FeedOps Toolkit](https://kb.feedops.com/knowledge/feedops-toolkit?hsLang=en#main-content)
  
  
  
  
  
    - [Feed Optimization](https://kb.feedops.com/knowledge/feedops-toolkit?hsLang=en#feed-optimization)
    - [Insights](https://kb.feedops.com/knowledge/feedops-toolkit?hsLang=en#insights)
- [Onboarding FeedOps](https://kb.feedops.com/knowledge/onboarding-feedops?hsLang=en#main-content)
  
  
  
  
  
    - [Initial Set-Up](https://kb.feedops.com/knowledge/onboarding-feedops?hsLang=en#initial-set-up)
    - [Account & Website Settings](https://kb.feedops.com/knowledge/onboarding-feedops?hsLang=en#account-website-settings)
    - [Supported Platform Guides](https://kb.feedops.com/knowledge/onboarding-feedops?hsLang=en#supported-platform-guides)
- [Troubleshooting](https://kb.feedops.com/knowledge/troubleshooting?hsLang=en)
- [Choosing FeedOps](https://kb.feedops.com/knowledge/choosing-feedops?hsLang=en#main-content)
  
  
  
  
  
    - [FeedOps Overview](https://kb.feedops.com/knowledge/choosing-feedops?hsLang=en#feedops-overview)
    - [Help Center Introduction](https://kb.feedops.com/knowledge/choosing-feedops?hsLang=en#help-center-introduction)
- [Using FeedOps](https://kb.feedops.com/knowledge/using-feedops?hsLang=en#main-content)
  
  
  
  
  
    - [Google Free Product Listings](https://kb.feedops.com/knowledge/using-feedops?hsLang=en#google-free-product-listings)
    - [FeedOps Optimizations](https://kb.feedops.com/knowledge/using-feedops?hsLang=en#feedops-optimizations)
    - [Google Ads](https://kb.feedops.com/knowledge/using-feedops?hsLang=en#google-ads)
    - [eCommerce Store Connection](https://kb.feedops.com/knowledge/using-feedops?hsLang=en#ecommerce-store-connection)
    - [Google Analytics](https://kb.feedops.com/knowledge/using-feedops?hsLang=en#google-analytics)
    - [Google Merchant Center](https://kb.feedops.com/knowledge/using-feedops?hsLang=en#google-merchant-center)
    - [Facebook Catalog](https://kb.feedops.com/knowledge/using-feedops?hsLang=en#facebook-catalog)
    - [Microsoft Ads](https://kb.feedops.com/knowledge/using-feedops?hsLang=en#microsoft-ads)
- [Website Integration Help](https://kb.feedops.com/knowledge/website-integration-help?hsLang=en#main-content)
  
  
  
  
  
    - [BigCommerce](https://kb.feedops.com/knowledge/website-integration-help?hsLang=en#bigcommerce)
    - [Google Analytics](https://kb.feedops.com/knowledge/website-integration-help?hsLang=en#google-analytics)
    - [Magento](https://kb.feedops.com/knowledge/website-integration-help?hsLang=en#magento)
    - [Ecwid](https://kb.feedops.com/knowledge/website-integration-help?hsLang=en#ecwid)
    - [Shopify](https://kb.feedops.com/knowledge/website-integration-help?hsLang=en#shopify)
    - [Magento 2.X](https://kb.feedops.com/knowledge/website-integration-help?hsLang=en#magento-2-x)
    - [Neto](https://kb.feedops.com/knowledge/website-integration-help?hsLang=en#neto)
    - [OpenCart](https://kb.feedops.com/knowledge/website-integration-help?hsLang=en#opencart)
    - [Other](https://kb.feedops.com/knowledge/website-integration-help?hsLang=en#other)
    - [Google Merchant Center](https://kb.feedops.com/knowledge/website-integration-help?hsLang=en#google-merchant-center)
    - [WooCommerce](https://kb.feedops.com/knowledge/website-integration-help?hsLang=en#woocommerce)
    - [Salesforce Commerce Cloud](https://kb.feedops.com/knowledge/website-integration-help?hsLang=en#salesforce-commerce-cloud)
    - [Marketplacer](https://kb.feedops.com/knowledge/website-integration-help?hsLang=en#marketplacer)
    - [Tracking Conversions and Remarketing Events](https://kb.feedops.com/knowledge/website-integration-help?hsLang=en#tracking-conversions-and-remarketing-events)
- [Learning Center](https://kb.feedops.com/knowledge/learning-center?hsLang=en#main-content)
  
  
  
  
  
    - [Google Ads](https://kb.feedops.com/knowledge/learning-center?hsLang=en#google-ads)
    - [Google Merchant Center](https://kb.feedops.com/knowledge/learning-center?hsLang=en#google-merchant-center)
- [Muzaara Bing Shopping Feed](https://kb.feedops.com/knowledge/muzaara-bing-shopping-feed?hsLang=en#main-content)
  
  
  
  
  
    - [Platform](https://kb.feedops.com/knowledge/muzaara-bing-shopping-feed?hsLang=en#platform)

[![FeedOps ](https://kb.feedops.com/hs-fs/hubfs/60a5a09c9ca6b7064e3fac09_feedops-footer-logo.png?width=322&height=87&name=60a5a09c9ca6b7064e3fac09_feedops-footer-logo.png "FeedOps ")](http://feedops.com)

Copyright © 2026, FeedOps