Shopify
Last updated
Was this helpful?
Last updated
Was this helpful?
The Shopify Integration step allows you to connect your AirOps workflows directly with your Shopify store. This powerful integration enables you to create articles, create custom collections, and update products directly in your Shopify store.
Before using the Shopify integration in your workflows, you must first connect your Shopify store in the AirOps Settings:
Navigate to ⚙ Settings > Integrations
Find the Shopify section and click "Configure"
Enter your Shopify store URL (e.g., "your-store.myshopify.com")
Complete the OAuth authentication process by granting AirOps the necessary permissions
Select the specific Shopify action you want to perform:
Create Article: Add a new article to your Shopify blog
Create Custom Collection: Create a new custom collection in your Shopify store
Update Product: Modify an existing product in your Shopify store
Create Article
Blog: Select the blog where you want to create the article
Title: The title of the blog article (required)
Body (Optional): The main HTML content of the article
Published: Select if the article should be published
Author (Optional): The name of the article's author
Template (Optional): The suffix of the Liquid template used for the article
Handle (Optional): Enter the handle of the article
Image URL (Optional): Featured image URL for the article
Create Custom Collection
Title: Title of the custom collection
Description (Optional): Main content of your custom collection description
Handle (Optional): Handle of the custom collection
Collects (Optional): Enter the list of product IDs to collect
Published (Optional): Whether the collection should be published
Sort Order (Optional): Sort order of the custom collection
Image URL (Optional): Enter the URL of the Custom Collection image
Image Alt Text (Optional): Alternative text for the collection image
Update Product
Product ID: ID of the product to update
Title: Title of the product
Body: Main content of your product description
Product Type: Category or type of product
Metafields: Enter the list of metafields
Tags: Enter the comma-separated tags
When the step fails: Choose to terminate workflow or continue
The Shopify Integration step returns a JSON object with the result of your action. The format varies depending on the action performed.
You can access the Shopify data in subsequent workflow steps using Liquid syntax. For example:
To access a created article's ID:
To loop through a list of products in an LLM prompt:
Creating and updating product descriptions at scale
Generating SEO-optimized blog content for your store
Updating product pricing based on market analysis
Creating personalized product collections
Building custom product recommendation systems
Automating content creation for seasonal promotions
By default, the Shopify Integration step will terminate the workflow if it fails. You can configure it to continue by selecting "Continue" instead of "Terminate Workflow" in the step settings.