Shopify Update MCP Server

by smithery-ai
MIT License
45
4

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" }
ID: vwulus7b19