Skip to main content
Feedback

Shopify MCP connector

Updated 

Shopify is an e-commerce platform that powers online stores and retail point-of-sale systems. The Shopify MCP connector allows AI agents to manage customer records and handle the full order lifecycle, from creation to fulfillment and cancellation. It also supports managing product catalogs, including creating, updating, and retrieving product details across a store.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the Shopify MCP connector to perform the following actions:

  • Onboard new customers directly into Shopify records
  • Track and manage order status across the storefront
  • Launch new products to the Shopify catalog quickly
  • Update pricing and inventory details on existing products
  • Remove discontinued products or canceled orders from Shopify
  • Retrieve order history for customer service workflows
  • Check store locations for fulfillment planning
  • Automate order creation from external sales channels

Example prompts

Use the following example prompts to invoke Shopify MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Add a new customer named Sarah Lee to Shopify.
  • Show me all orders placed in Shopify this week.
  • Create a new order for customer John Diaz in Shopify.
  • Get the details for order number 1042 in Shopify.
  • Update the shipping address on order 1042 in Shopify.
  • Cancel and delete order 998 from Shopify.
  • List all products currently in my Shopify store.
  • Add a new product called Wireless Earbuds to Shopify.
  • Update the price of the Classic Hoodie in Shopify.
  • List all store locations set up in Shopify.

Shopify MCP connector tools

The Shopify MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
shopify_shopifycreatecustomer_invokeCreate a new customer in Shopify
getAllOrdersList orders
createOrderCreate an order
getOrderGet an order
updateOrderUpdate an order
deleteOrderDelete an order
getAllProductsList products
createProductCreate a product
getProductGet a product
updateProductUpdate a product
deleteProductDelete a product
getLocationsList locations
On this Page