Skip to main content
Glama

Shopify Update MCP Server

by smithery-ai

tag-customer

Assign tags to a Shopify customer by specifying their ID and the tags to apply, enabling organized customer management and targeted actions.

Instructions

Add tags to a customer

Input Schema

NameRequiredDescriptionDefault
customerIdYesCustomer ID to tag
tagsYesTags to add to the customer

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "customerId": { "description": "Customer ID to tag", "type": "string" }, "tags": { "description": "Tags to add to the customer", "items": { "type": "string" }, "type": "array" } }, "required": [ "customerId", "tags" ], "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