Send data to a third-party API in Shopify by using Arigato Automation
Integrate with external services via API endpoints, enhancing automation capabilities for system integration.
This sample automation utilizes the JSON API endpoint provided by jsonbin.io. It is fired on-demand or every time an order is placed, it then fetches orders raised on the current day and generates a JSON object with the value formatted as {"count":1}. The automation then sends the JSON object to your JSON bin URL and saves the value as the latest copy.
With such a workflow, you can easily serve your Shopify data to third-party services that consume JSON objects that are not readily available within Shopify.
This article on Serving JSON pages via JSONbin.io is a good place to get started with the automation. You can also check on this guide on setting up the HTTP action and how to consume the API endpoints.