Shopify
Overview
SLUG: SHOPIFY
Description
Shopify is an e-commerce platform enabling merchants to create online stores, manage products, and process payments with themes, apps, and integrated marketing tools
Authentication Details
OAuth2
API Key
Connecting to Shopify
Create an auth config
Use the dashboard to create an auth config for the Shopify toolkit. This allows you to connect multiple Shopify accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Integration”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using OAuth2
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Shopify toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
SHOPIFY_COUNT_PRODUCT_IMAGES
Tool Name: Count product images
Description
Action Parameters
Action Response
SHOPIFY_CREATE_CUSTOMER
Tool Name: Create Customer
Description
Action Parameters
Action Response
SHOPIFY_CREATE_CUSTOM_COLLECTION
Tool Name: Create a custom collection
Description
Action Parameters
Action Response
SHOPIFY_CREATE_ORDER
Tool Name: Create an order
Description
Action Parameters
Action Response
SHOPIFY_CREATE_PRODUCT
Tool Name: Create a product
Description
Action Parameters
Action Response
SHOPIFY_CREATE_PRODUCT_IMAGE
Tool Name: Create Product Image
Description
Action Parameters
Action Response
SHOPIFY_GET_ALL_CUSTOMERS
Tool Name: Get All Customers
Description
Action Parameters
Action Response
SHOPIFY_GET_CUSTOMER
Tool Name: Get Customer
Description
Action Parameters
Action Response
SHOPIFY_GET_SHOP_DETAILS
Tool Name: Get Shop Details
Description
Action Parameters
Action Response
SHOPIFY_ADD_PRODUCT_TO_COLLECTION
Tool Name: Add product to custom collection
Description
Action Parameters
Action Response
SHOPIFY_DELETE_CUSTOM_COLLECTION
Tool Name: Delete custom collection
Description
Action Parameters
Action Response
SHOPIFY_DELETE_PRODUCT
Tool Name: Delete a product
Description
Action Parameters
Action Response
SHOPIFY_DELETE_PRODUCT_IMAGE
Tool Name: Delete product image
Description
Action Parameters
Action Response
SHOPIFY_GET_COLLECTION_BY_ID
Tool Name: Get collection by ID
Description
Action Parameters
Action Response
SHOPIFY_GET_COLLECTS
Tool Name: Get collects
Description
Action Parameters
Action Response
SHOPIFY_GET_COLLECTS_COUNT
Tool Name: Get collects count
Description
Action Parameters
Action Response
SHOPIFY_GET_CUSTOMER_ORDERS
Tool Name: Get customer orders
Description
Action Parameters
Action Response
SHOPIFY_GET_CUSTOM_COLLECTIONS
Tool Name: Get custom collections
Description
Action Parameters
Action Response
SHOPIFY_GET_CUSTOM_COLLECTIONS_COUNT
Tool Name: Get custom collections count
Description
Action Parameters
Action Response
SHOPIFY_GET_ORDERSBY_ID
Tool Name: Get order by id
Description
Action Parameters
Action Response
SHOPIFY_GET_ORDER_LIST
Tool Name: Get order list
Description
Action Parameters
Action Response
SHOPIFY_GET_PRODUCT
Tool Name: Get product
Description
Action Parameters
Action Response
SHOPIFY_GET_PRODUCTS
Tool Name: Get products
Description
Action Parameters
Action Response
SHOPIFY_GET_PRODUCTS_COUNT
Tool Name: Get products count
Description
Action Parameters
Action Response
SHOPIFY_GET_PRODUCTS_IN_COLLECTION
Tool Name: Get products in collection
Description
Action Parameters
Action Response
SHOPIFY_GET_PRODUCT_IMAGE
Tool Name: Get product image
Description
Action Parameters
Action Response
SHOPIFY_GET_PRODUCT_IMAGES
Tool Name: Get Product Images
Description
Action Parameters
Action Response
SHOPIFY_UPDATE_ORDER
Tool Name: Update Order
Description
Action Parameters
Action Response