SNS developed an intermediate application in php to sync data from shopify websites to Zoho CRM.
One of the SNS clients was using e-commerce websites Amazon and its own Shopify site for online selling of its products. Clients wanted to consolidate their complete sales, products and customer data from both sites to zoho CRM. So SNS created an intermediate application in php which pulls records from shopify sites and pushes those records in zoho.
How intermediate php application interface works:
- Pulls product ,customer and sales order from shopify sites to our php intermediate application.
- Map product, customer and sales order data fields with zoho fields.
- Set a scheduler which runs to sync data from php intermediate application to zoho book.