Shopify

Shopify

Shopify is an e-commerce platform enabling merchants to create online stores, manage products, and process payments with themes, apps, and integrated marketing tools

1277VIEWS
141USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app shopifynpx @composio/cli add cursor --app shopifynpx @composio/cli add cursor --app shopifynpx @composio/cli add cursor --app shopify

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Add Product To Custom Collection

Adds a product to an existing *custom collection*, optionally specifying its `position` if the collection is manually sorted.

Count Product Images

Retrieves the total count of images for a shopify product, useful for inventory management or display logic; the provided `product id` must exist in the store.

Create A Custom Collection

Creates a new custom collection in a shopify store, requiring a unique title for manually curated product groupings (e.g., 'new arrivals', 'seasonal specials').

Create Customer

Tool to create a new customer in shopify. use when you need to add a new customer record to the store.

Create An Order

Creates a new order in shopify, typically requiring line items; if `customer id` is provided, it must correspond to an existing customer.

Create A Product

Creates a new product in a shopify store; a product title is generally required.

Create Product Image

Tool to create a new product image for a given product. use when you need to add an image to a product by providing the image source url or attachment.

Delete Custom Collection

Permanently deletes a custom collection from a shopify store using its `collection id`; this action is irreversible and requires a valid, existing `collection id`.

Delete A Product

Deletes a specific, existing product from a shopify store using its unique product id; this action is irreversible.

Delete Product Image

Deletes a specific image from a product in shopify, requiring the `product id` of an existing product and the `image id` of an image currently associated with that product.

Get All Customers

Retrieves customer records from a shopify store, with options for filtering, selecting specific fields, and paginating through the results.

Get Collection By Id

Retrieves a specific shopify collection by its `collection id`, optionally filtering returned data to specified `fields`.

Get Collects

Retrieves a list of collects from a shopify store, where a collect links a product to a custom collection.

Get Collects Count

Retrieves the total count of collects (product-to-collection associations) in a shopify store.

Get Custom Collections

Retrieves a list of custom collections from a shopify store, optionally filtered by ids, product id, or handle.

Get Custom Collections Count

Retrieves the total number of custom collections in a shopify store.

Get Customer

Retrieves detailed information for a specific customer from a shopify store, provided their valid and existing `customer id`.

Get Customer Orders

Retrieves all orders for a specific, existing customer in shopify using their unique customer id.

Get Order List

Retrieves a list of orders from shopify using default api settings and filters.

Get Order By Id

Retrieves a specific shopify order by its unique id, which must correspond to an existing order.

20 actions available