Replies: 1 comment
-
B2C_HOSTNAME should be something like abcd-001.sandbox.us01.dx.commercecloud.salesforce.com (assuming you're using an on-demand sandbox) and the instance name can be whatever... it's just a nickname to identify the environment. There might be a problem with the B2C_CLIENTID. Make sure that (and the secret) are correct, the client id is set up correctly as defined in the Create Your B2C Commerce Client ID section, and your OCAPI permissions match what is in the Configure Your B2C Commerce OCAPI Permissions section. Note that there are some spots in the OCAPI section where you have to replace placeholder values with your own values. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm new to Commerce Cloud and Salesforce.
Which values are for those 2 properties and where to I find them?
B2C_HOSTNAME=b2csandbox.sandbox.us01.dx.commercecloud.salesforce.com
B2C_INSTANCENAME=b2csandbox
When I'm running the command npm run crm-sync:b2c:verify, I'm receiving the error
-- Unable to verify the configured sites; please check OCAPI permissions
Thanks
Beta Was this translation helpful? Give feedback.
All reactions