Documentation status: updating

Shopify is a popular e-commerce platform. It provides small or big businesses with an all-in-one tool to start, manage and grow their business online or in-store.
When you integrate Shopify with Wiresk, you open a broader way to manage your online store. You can automate, retrieve, create, update, and manage various Shopify data points through scheduled Triggers, Webhook Triggers, and Methods.
You can create an account at www.shopify.com/signup.
Explore the available functionalities through the Shopify API documentation.
1 – Connect Shopify to Wiresk Copy Link
A connection to your Shopify account is needed so we can sync it with our platform.
There are two ways to connect your app to Wiresk:
▪️ In “My apps” section, where you can manage your connections (select or create your group first to get access to this section, refer to the Group system ).
▪️ While building your Flow, you can easily establish a connection to your app directly within the Flow builder. This can be done during the setup of either a Trigger or a Method.
In this documentation, we will explain how to create a connection in “My apps” section, it is essentially the same as when creating it on-the-go.

Custom App Connection Copy Link
You’ll need to create a custom app in your Shopify store to enable this connection.
To personalize and optimize your Shopify store, you can create a custom app, distinct from publicly available apps. These tailored applications, developed by you or a programmer, can add specialized features to your admin interface, provide direct data access through Shopify’s APIs, and facilitate integration with other platforms using the Storefront API.
Activate custom app development from the Shopify admin Copy Link
Before building custom apps for your Shopify store, you need to turn on custom app development in your admin settings. This requires store owner or staff permissions.
- From your Shopify dashboard, go to Settings > Apps and sales channels.
- Click Develop apps.
- Click Allow custom app development.
- Read the warning and information provided, and then click Allow custom app development.
Create and install a custom app Copy Link
After confirming, you can create and install your app, setting API scopes for data access. Installation provides access tokens for API interaction. Store owners and authorized staff can create and install these apps.
- From your Shopify admin, go to Settings > Apps and sales channels.
- Click Develop apps.
- Click Create a custom app.
- In the modal window, enter the App name and select an App developer. The app developer can be the store owner, or any staff or collaborator account with the Develop apps permission.
- Click Create app.
Select API scopes Copy Link
After you create a custom app, you can assign API scopes to it. Set the scopes as follow:

- Click Select scopes.
- In the Admin API access scopes section, select the API scopes that you to assign to the app.
- Set the API version you want to use for webhook subscriptions.
- In the Storefront API access scopes section, select the API scopes that you want to assign to the app.
- Click Save.
Install the app and get the API access tokens Copy Link
Once you’ve configured the API scopes, you can proceed with app installation, which will then generate your Admin API access tokens.
- Click Install app.
- In the modal window, click Install app.
- Get the access token:
- Go to the Admin API access token section and click Reveal token once. After revealing the full access token the first time this page is accessed, this page displays only the last 4 digits of the access token for reference on subsequent visits.
Create an app connection in Wiresk Copy Link
- Go to My apps tab > select ⊕ button > search Shopify.
- On the Prompted s creen, name your connection.
- Select Custom App Connection tab.
- Enter your Shopify Shop URL (Subdomain name).
- Find it in your Shopify account dashboard > Settings > the URL under your shop name (in the top left corner). If the URL of your store is mystore.myshopify.com, the subdomain to enter is mystore.

- Enter your Admin API Token saved from the previous step.
- Select the API version defined from the previous steps.
- Select Create App to complete your connection process.
Voila! Your Shopify Custom App connection is ready. You can now use it to build your Flows.
2 – Create your automated Flows with Shopify Copy Link
Now that Shopify is linked to Wiresk, you’re ready to start building Flows.
How to create a Flow (select to expand ↓ )
- Select your Group, then on the Flow management screen click on “Create Flow”.

A – Select the Trigger
- Name the Flow that you want to create.
- Add your Trigger by clicking on the red plus (+) Add button.
- On the Trigger selection screen, search your app or select it from the list below the screen.

- Select your preferred Trigger on the next screen and customize its settings. For Shopify Triggers, refer to the Trigger settings below.
As mentioned in “How to connect your app to Wiresk” above, during your Trigger settings, you can create a new connection to your apps at this stage.
B – Add an HTTP Trigger to your Flow
An HTTP Trigger allows you to manually activate your Flows.
- Click on the red plus button (+) again to add a Trigger for testing your Flow, then click on the button “HTTP Trigger”.

- Write a description and select your API key or create a new one.

- Click on save. Now you can use your HTTP Trigger to Manually run your Flow.
C – Add a Method to your Flow
The Method will perform a specific task on a particular app or service you’ve connected to Wiresk like get info or send emails.
You can add at least 1 or multiple Methods for complex Flows (a maximum of 255 Methods).
- On the Flow builder screen, click on the plus button (+) next to the Trigger icon.

- Search or scroll down to select your apps Methods, then configure it settings. For Shopify Methods, see Methods list and settings in the step below.
D – Add Wiresk Tools to your Flow
If you want to build a complex Flow, Wiresk offers a selection of tools at your disposal. Refer to Wiresk’s Tools
To add Tools in your Flow, Follow the same step as adding the Methods. On the Flow builder screen, click on the plus button (+) then just click on the “Tool” tab and select the Tool that you want to add.
3 – Shopify Triggers Copy Link
What will start your automation…
Recurrence rule or scheduler settings Copy Link
Setting up the recurrence rule or scheduler of your Trigger (if the Trigger is not a Webhook):
- Regular intervals will monitor your Trigger by intervals in minute
- Daily recurrence will monitor your Trigger by day and hour
- Monthly recurrence will monitor your Trigger every month on a defined date and hour
- Yearly recurrence will monitor your Trigger on a specific date and hour every year
- Specific dates will start your Trigger on specific dates
Get Sample Copy Link
After setting up the Trigger parameters (refer to how to define your parameters in the steps below), click on “Get sample”.
The “Get sample” allows you to extract a subset of data for validation. The data will be used to MAP your Method parameters according to your Flow. Refer to FIELD MAPPING documentation.

Scheduled Triggers List and Settings Copy Link
These Triggers will start your Flow automatically at a specific time or intervals instead of being triggered real-time event (Webhooks).
Draft Orders Copy Link
Obtain a list of draft orders.
Order Risks Copy Link
Obtain a list of inventory levels.
Inventory Level Copy Link
Get a list of inventon level
Order Fulfillment Copy Link
Obtain a list of fulfilments associated with orders.
Inventory Items Copy Link
Obtain a list of inventory items.
Custom Collections Copy Link
Obtain a list of custom collections
Articles Copy Link
Obtain a list of articles.
Transactions Copy Link
Obtain a list of transactions.
Discount Codes Copy Link
Obtain a list of discount codes
Page Copy Link
Get a list of pages
customers Copy Link
Obtain a list of customers.
Order Refund Copy Link
Obtain a list of order refunds.
Products Copy Link
Obtain a list of products.
Disputes Copy Link
Obtain a list of disputes.
Orders Copy Link
Obtain a list of orders.
Abandoned Checkouts Copy Link
Obtain a list of abandoned checkouts.
Product Variants Copy Link
Obtain a list of product variants.
Payouts Copy Link
Obtain a list of payouts.
Metafield Copy Link
Get a list of metafield

Webhook Triggers Copy Link
The Flow will initiate automatically when a webhook event is received . This means that the Flow is automated without a scheduler and will run until you deactivate the Flow manually.
Configuration Table:
Description* | Name or description of the Webhook |
Connection* | Select your connection or create one. |
API Key* | Select or Create an API Key for authenticating the Webhook request. |
Parameters | |
Webhook Event* | Select the type of event that will Trigger your Flow. Customer Created Customer Updated Order Created Order Paid Order Fulfilled Order Cancelled Order Updated Draft Order Created Fulfillment Created Fulfillment Event Created Fulfillment Order Hold Fulfillment Order Cancelled Fulfillment Order Moved Fulfillment Order On Refund Created Product Created Product Updated Inventory Item Created Inventory Item Updated Inventory Level Connected Inventory Level Updated Dispute Created |
(*) required field
4 – Shopify Methods Copy Link
What your automation will do…

Methods List and Settings Copy Link
PRODUCT Copy Link
Create Product Copy Link
Delete Product Copy Link
Get Product Copy Link
Get full detail of product
List Product Copy Link
Get a list of products with filter
Update Product Copy Link
Upsert Product Copy Link
Create or Update product
PRODUCT VARIANT Copy Link
Create Product Variant Copy Link
Add a new variant to product
Delete Product Variant Copy Link
Get Product Variant Copy Link
Get full detail by product variant
List Product Variant Copy Link
Get a list of product’s variants with filter
Update Product Variant Copy Link
PRODUCT IMAGE Copy Link
Delete Product Image Copy Link
List Product Images Copy Link
Get a list of product images
Upload Product Image Copy Link
Upload a new product image
CUSTOM COLLECTION Copy Link
Create Custom Collection Copy Link
Delete Custom Collection Copy Link
Get Custom Collection Copy Link
Get full detail of custom collection
List Custom Collection Copy Link
Get a list of custom collection with filter
Update Custom Collection Copy Link
COLLECT Copy Link
Create Collect Copy Link
Link Product to custom collection
Delete Collect Copy Link
Get Collect Copy Link
Get full detail of collect
5 – Test run or automate your Flow Copy Link
After setting up your Flow, you can choose to:
- “Run once”, your Flow will run only a single time. You can use this function to test your Flow. Refer to how to set up an HTTP Trigger, in the “Create a Flow” step.
- “Run Scheduler” will automate your Flows with the recurrence rule you previously defined.
For more details, refer to How to run a Flow tutorial in our Help Center.
If you are using a Webhook Trigger, the Flow will initiate automatically when a webhook is received from your connected apps. This means that the Flow is automated without a scheduler and will run until you deactivate the Flow manually. Refer to Webhook documentation in our Help Center.
If you need an integration that you cannot find in Wiresk, you can make a request to our team, and we will try our best to satisfy your needs.