Shopify Update MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MYSHOPIFY_DOMAIN | Yes | Your Shopify store domain (e.g., your-store.myshopify.com) | |
| SHOPIFY_ACCESS_TOKEN | Yes | Your Shopify Admin API access token created from a custom app |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-productsC | Get all products or search by title |
| get-products-by-collectionC | Get products from a specific collection |
| get-products-by-idsC | Get products by their IDs |
| update-product-priceB | Update the price of a product by its ID for all variants |
| get-variants-by-idsC | Get product variants by their IDs |
| get-customersC | Get shopify customers with pagination support |
| tag-customerC | Add tags to a customer |
| get-ordersB | Get shopify orders with advanced filtering and sorting |
| get-orderC | Get a single order by ID |
| create-discountC | Create a basic discount code |
| create-draft-orderC | Create a draft order |
| complete-draft-orderC | Complete a draft order |
| get-collectionsC | Get all collections |
| get-shopC | Get shop details |
| get-shop-detailsB | Get extended shop details including shipping countries |
| manage-webhookC | Subscribe, find, or unsubscribe webhooks |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/smithery-ai/shopify-mcp-server-main-1'
If you have feedback or need assistance with the MCP directory API, please join our Discord server