Shopify Integration Push Option
You can configure Shopify to push orders to GoldFinch.
This option does not require a separate Salesforce API user license. An anonymous user will be used to communicate between Shopify and GoldFinch.
Contact a GoldFinch consultant to help with the following configurations:
Prepare your GoldFinch instance to have a Rest API Endpoint to receive Shopify orders.
Create a Visualforce page
Create a global web service apex class
Create a site in the client’s instance
Create a class to decode JSON code
You can either:
Insert Shopify Orders to Import Sales Orders, then process them to create Sales Orders
Insert Shopify Orders to Import Shipment objects, then process them to create Sales Invoices.
Prepare Shopify to push orders to GoldFinch
Navigate to Shopify → Setting → Notifications → Webhooks → Create Webhook.
Create a Webhook to push orders to GoldFinch with an event such as Order Creation or Order Fulfillment.
You can create more Webhooks in Shopify for events such as Draft Order Creation or Refund Create.
Each of these Webhooks must have a corresponding Rest API Endpoint in the GoldFinch instance to receive data.