Skip to main content
Glama

Shopify Update MCP Server

by smithery-ai

update-product-price

Modify product pricing across all variants by specifying the product ID and new price through the Shopify Update MCP Server.

Instructions

Update the price of a product by its ID for all variants

Input Schema

NameRequiredDescriptionDefault
priceYesPrice of the product to update to
productIdYesID of the product to update

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "price": { "description": "Price of the product to update to", "type": "string" }, "productId": { "description": "ID of the product to update", "type": "string" } }, "required": [ "productId", "price" ], "type": "object" }

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