Questions tagged [salesforce-commerce-cloud]

Salesforce Commerce Cloud refers to two products: Commerce Cloud B2C (formerly known as Demandware) and Commerce Cloud B2B (formerly known as CloudCraze)

Salesforce Commerce Cloud is a blanket marketing descriptor that refers to two products: Commerce Cloud B2C (formerly known as Demandware) and Commerce Cloud B2B (formerly known as CloudCraze)

67 questions
4
votes
2 answers

SFCC - Help exporting all Products from Salesforce Commerce Cloud (Demandware) to XML or CSV

We are attempting to migrate a store from SFCC to Shopify, but we are having trouble exporting the products from Salesforce Commerce Cloud (previously Demandware). I've reviewed quite a bit of documentation from SFCC, but I'm not finding a simple…
incredimike
  • 486
  • 3
  • 11
3
votes
5 answers

What is main difference between Content Asset and Content Slot in demandware / SFCC?

What is main difference between Content Asset and Content Slot in demandware / SFCC ?
3
votes
3 answers

Demandware/SFCC prerequisites

If one were interested in learning to develop on Salesforce Commerce Cloud (formerly Demandware) could they leverage knowledge in other frameworks to expedite their onboarding? If such other frameworks exist, which are they? What are some other ways…
2
votes
2 answers

Create session redirect link in content asset

Our company has multiple brands and each brand has its own host name, but they are all part of the same site. We can let customers share baskets and other session information when they switch between brands via a redirect link using…
Pinaki Mukherjee
  • 1,616
  • 3
  • 20
  • 34
2
votes
2 answers

Locale function?

Is there a server side function in SFCC to get Locale? Thank you!!! I am localizing a sfcc site, and need to update the en_gb locale in thousands of hard coded strings (in a xml file obtained from Merchant Tools > Content > Import & Export) to…
ean
  • 41
  • 1
  • 4
2
votes
1 answer

Salesforce Commerce Cloud - Add search subrequest in batch OCAPI

I'm tying to write a batch OCAPI. In one of the sub request, I would like to use the product_search and variant_search OCAPI. All settings in the sandbox are correct, the two OCAPI works perfectly if I use them separately. I receive an error only…
lirone
  • 21
  • 3
2
votes
1 answer

Salesforce Commerce Cloud/Demandware - OCAPI query orders by date range

I am trying to query the Demandware (SFCC) api to extract orders using a date range. The POST to orders_search works but it seems terribly inefficient. First I pull ALL data and then I filter the results. I would like to simply query for the…
smoore4
  • 4,520
  • 3
  • 36
  • 55
1
vote
1 answer

Is there a way to log all incoming SFCC OCAPI requests?

Anybody knows if there is already a way to log all SFCC OCAPI calls, similar to the web service logs? This unanswered question let's me think, there is no standard way, but maybe somebody knows of some workaround? Thanks a lot!
Andreas
  • 1,691
  • 1
  • 15
  • 34
1
vote
3 answers

Error configuring pipeline debugger in Eclipse

enter image description hereI have been trying really hard to configure a pipeline debugger in eclipse. After using my digital server account in server configuration when i select my site and click 'Debug' button it gives me an error Could not…
1
vote
0 answers

WebStorm Salesforce Commerce Cloud Testing Error - 'C:\Users\...' is not recognized as an internal or external command

I'm using WebStorm for Salesforce Commerce Cloud development. I have the Salesforce B2C Commerce Cloud plugin installed and it's all working when using sgmf-scripts (npm run compile:scss, npm run compile:js) except for the unit testing script. When…
1
vote
2 answers

OCAPI: How to refresh token after expiration?

Trying to use Salesforce OCAPI from an app. On the JWT Auth documentation: https://documentation.b2c.commercecloud.salesforce.com/DOC2/index.jsp?topic=%2Fcom.demandware.dochelp%2FOCAPI%2Fcurrent%2Fusage%2FJWT.html A JWT has a lifetime of 30…
Alan Steiman
  • 412
  • 1
  • 4
  • 14
1
vote
3 answers

Get content asset by language id

I'm using Saleforce.com system to develop website, in default site I call and It's work. In admin page, I Select Language is English and in my code I want to call but it's not…
May'Habit
  • 1,334
  • 12
  • 18
1
vote
1 answer

Can Salesforce Commerce Cloud used as IDP to External Application

My requirement is to setup SSO between Salesforce Commerce Cloud B2C and BlackBoard/BrightSPace. Which means Salesforce Commerce Cloud will be IDP. So when I try to login to BlackBoard/BrightSPace then if should redirected to CommerceCloud for login…
Rav
  • 103
  • 1
  • 1
  • 8
1
vote
1 answer

Is it possible to make authorized calls to SFCC (demandware) OCAPI /shop using external customer authentication (e..g Cognito access token)?

Today, we use SFCC for e-commerce and it has also acted as our primary identity provider. We're in the process of migrating users and transitioning to use an external identity provider, Amazon Cognito. After the migration, our hope was that we…
1
vote
3 answers

How to import a module from the static using dynamic import of es6?

I'm trying to add dynamic import into my code to have a better performance on the client-side. So I have a webpack config where is bundling js files. On SFCC the bundled files are in the static folder where the path to that files is something like…
1
2 3 4 5