1. Overview of the App
  2. Registration & Sign In on app
    1. How to Register on app?
    2. How to Sign in on App?
    3. How to Reset Forgotten Password on app?
  3. Onboarding Process
    1. Authenticate your Salesforce Commerce Account Details on app
      1. How to get Account Manager Client ID from Salesforce Commerce?
      2. How to get Account Manager Secret Key from Salesforce Commerce?
      3. How to get Sub Domain URL from Salesforce Commerce?
      4. How to configure API Client?
      5. How to get Short Code, Organization ID, and Site ID from Salesforce Business Manager
      6. Business Manager User ID and Business Manager User Password
      7. Complete Onboarding Step 1: Verify your credentials on app
    2. Connect Facebook Account with the app
      1. Onboarding to Facebook Business Extension
        1. Connect Meta Business Manager Account
          1. How to Create a New Meta Business Manager Account
        2. Connect Facebook Page
          1. How to create a new Facebook Page
        3. Connect to Instagram Shopping
        4. Connect Meta Ad Account
          1. How to create a new Ads Account
        5. Connect Meta Pixel
          1. How to create a new pixel
        6. Allow Permission to CedCommerce
      2. Connect Meta Product Catalog
    3. Configure Category and Attribute Mapping on app
  4. Dashboard
  5. Profile Tab
    1. How to Create a Profile?
    2. How to Upload Product Profile-wise?
  6. Products Tab
  7. Orders Tab
    1. How to sync orders from Meta Commerce Platforms to Salesforce Store?
    2. What are the different order statuses?
    3. How to search for orders?
    4. What are the order fields?
    5. What are the additional fields?
    6. How to fetch orders?
    7. What is displayed under Order Details?
    8. How to map skipped orders?
    9. How to manage pending orders?
  8. Configurations Tab
    1. General Settings
    2. Facebook Settings
    3. Salesforce Settings
    4. Account Connection
  9. Activities Tab
search_box

Configure API Client

This step is for those who haven’t created any API Client ID. Here we will go through the complete process on How to Add API Client.

Let’s proceed!

  • Click on “Add API Client” as displayed below:

  • First, you need to fill over here is General Settings.
    • Add “Display Name” as your Organization Name.
    • Create at least 12 characters “Password” (should contain numbers & letters — e.g. 123456789abc).
    • “Confirm Password” created.

We recommend you save both these important details separately on a notepad.

Note: This password is your Account Manager Secret Key that you need to fill at the second field in Verify your credentials Page on CedCommerce API.

  • Scroll down and checkmark “Enabled” in “Access Control”.

  • In the next step, Click on “Add” in “Organizations”.

  • Further, under “Assign Organizations”, tick mark on the checkbox of your Organization Name and click on “Add”.

If you don’t get your Organization Name over here, don’t panic.

Move back to the “Account Manager” —> Go to “Organization” available on the Left Hand Side and click on your “Organization Name” as displayed below.

Next, verify that Salesforce has assigned a domain to your organization —> Furnish the basic details and click on “Save”.

  • Further, click on “Add” under “Roles”.

Now “Assign Roles” by check-marking “Sandbox API User” and “Salesforce Commerce API” and at last click on “Add.”

  • Once you are done with assigning organization (4) and roles (5), click on the Filter icons of Sandbox API User and Salesforce Commerce API roles as displayed below:

In both roles, select the Tenant URL of your commerce store and click on “Add” as displayed below:

  • In the final step —> scroll down, add the following under “OpenID Connect” and click on “Save” as displayed below:

Default Scopes:

roles
tenantFilter
profile

Allowed Scopes:

roles
tenantFilter
profile
sfcc.shopper-baskets-orders.rw
sfcc.catalogs
sfcc.catalogs.rw
sfcc.shopper-categories
sfcc.shopper-product-search
sfcc.products
sfcc.shopper-products
Sfcc.products.rw

Redirected URLs: http://localhost:8080

Token Endpoint Auth Method: private_key_jwt

Access Token Format: JWT

Yes No Suggest edit
Suggest Edit