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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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-ordersC | 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 | |