1 About This Recipe

Use this recipe to create customer records in Shopify for accounts in Salesforce using Azure Service Bus.

Note:

This recipe is available as Salesforce — Shopify | Create Customers for Accounts in Oracle Integration. Oracle provides this recipe as a sample only. The recipe is meant only for guidance, and is not warranted to be error-free. No support is provided for this recipe.

Overview

This is an application driven recipe and is triggered whenever an account is created in Salesforce. The account details are first published to Azure Service Bus. Subsequently a corresponding customer record is created in Shopify by subscribing to Azure Service Bus.

To use the recipe, you must install the recipe and configure the connections and other resources within it. When an account is created in Salesforce, the integration flow is triggered. The recipe first publishes the account details to Azure Service Bus and subsequently it subscribes to Azure Service Bus and creates a corresponding customer record for the account in Shopify. Basic information such as ACCOUNT_NAME, ACCOUNT_EMAIL, ACCOUNT_PHONE, BILLINGSTREET, BILLINGCITY, BILLINGSTATE, BILLINGCOUNTRY AND BILLINGPOSTALCODE are synchronized between the two platforms.

System and Access Requirements

  • Oracle Integration, Version 24.10 or higher

  • Salesforce

  • An account on Salesforce with the Administrator role

  • Shopify

  • An account on Shopify with the Administrator role

  • Azure Service Bus

  • An account on Azure Service Bus with the Administrator role