Skip to content

Installation

import { Steps } from ‘@astrojs/starlight/components’;

  1. Open the Shopify App Store and search for JsWorkflows, or use the direct install link from jsworkflows.com.

  2. Click Install and review the permissions JsWorkflows requests:

    • Read and write orders, customers, products
    • Access webhooks (to receive real-time events)
  3. Complete the OAuth flow — you will be redirected back to the JsWorkflows app dashboard.

  4. Choose a plan — a free trial is available. See Billing & Credits for plan details.

PermissionWhy it’s needed
Read ordersAccess order data in webhook payloads and workflow steps
Write ordersUpdate orders, add tags, create draft orders
Read/write customersTag customers, update metafields
WebhooksReceive real-time events that trigger workflows

Uninstalling the app from Shopify immediately stops all workflows and triggers. Your workflow code is retained for 48 hours in case you reinstall. After that, all data is permanently deleted in compliance with Shopify’s GDPR requirements.