Shopify

Shopify

Manage your online store, products, orders, and customers with Shopify

CustomCommerce
20 actions
5 triggers

Actions

Name
get_product

Get a single product by ID

get_products

List products with optional filters

create_product

Create a new product

update_product

Update an existing product

upload_product_image

Upload an image to a product by URL

get_product_variant

Get a specific product variant

get_customer

Get a single customer by ID

get_customers

List or search customers

create_customer

Create a new customer

update_customer

Update an existing customer

get_customer_orders

List orders for a specific customer

create_order

Create a new order

update_order

Update an existing order

cancel_order

Cancel an existing order

close_order

Close an existing order

get_locations

List all locations

adjust_inventory

Adjust inventory level for an item at a location

get_transactions

List transactions for an order

create_fulfillment

Create a fulfillment for an order

custom_api_call

Make a custom API call to the Shopify Admin API

Triggers

Name
new_order

Triggers when a new order is created

new_paid_order

Triggers when a new paid order is created

new_customer

Triggers when a new customer is created

new_cancelled_order

Triggers when an order is cancelled

updated_product

Triggers when a product is updated

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'shopify',
  actionName: 'get_product',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Shopify to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Shopify support?

Shopify supports 20 actions including Get Product, Get Products, Create Product, Update Product, Upload Product Image, and more.

Can I use Shopify with AI agents?

Yes. Add Shopify to an MCP server in TOOLS mode or CODE mode. CODE mode provides 3 meta-tools with on-demand API discovery for efficient agent access.

What authentication does Shopify use?

Shopify uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Shopify integration cost?

The Shopify integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Shopify support?

Shopify supports 5 triggers including New Order, New Paid Order, New Customer, New Cancelled Order, Updated Product.

Connect Shopify in minutes

Get 1,000 free actions every month. No credit card required.