Skip to main content

I am trying to configure a B2B store, but in order to setup a checkout flow, I need this RegisteredExternalService object. Can someone help me out?

#B2B Commerce Lightning #Salesforce Commerce Cloud #B2C Commerce #Commerce Cloud #Commerce #TrailblazerCommunity #TrailblazerCommunityHelp

4 件の回答
  1. 2021年11月1日 6:57

    Hi @Navin Pandey,

     

    It's not any error, I'm just not getting any results even though I've followed through with the process correctly. I'm supposed to get query results once I run this query, but since I do not know what this RegisteredExternalService is, no results show up. 

     

    SELECT Id, ExternalServiceProviderId, ExternalServiceProviderType, DeveloperName FROM RegisteredExternalService WHERE DeveloperName in ('COMPUTE_PRICE','CHECK_INVENTORY','COMPUTE_SHIPPING','COMPUTE_TAXES')

     

    This is the expected results:

    Hi , It's not any error, I'm just not getting any results even though I've followed through with the process correctly.

     

    But I get nothing. No query results at all. And I've copied the code right off the website, so it is supposed to work. But it isnt.

     

    And I've tried everything, nothing seems to work. At least, I'm unable to get it to work. 

0/9000