HTTP

Frends templates for HTTP. HTTP is a communication protocol between web browsers and servers for transmitting data.
This template exports customers from Shopify and imports them to your local folder.
Using this template, you can export the customers data from Shopify and store it locally.
This template assumes that the following prerequisites are in place:
This template downloads the "customers.json" -file from the Shopify API specified in the task input parameter "Url". The exported file path and name can be specified in the process variables.
Process variables include the base url for Shopify, the admin token for Shopify and the local file path for the export.
Error handling is not implemented in this template.
ShopifyBaseUrl | The base url for Shopify. |
ShopifyAdminToken 🗝 | The admin token for Shopify. |
InFilePath | The full file path where the JSON file is exported. |