This MCP server implementation provides a bridge to the Shopify API, enabling AI assistants to interact with e-commerce data and operations. Developed by masashi kishimoto, it leverages the MCP framework and ShopifyAPI library to offer tools for managing products, orders, and customer information. The server is designed for use cases requiring integration with Shopify-powered online stores, such as automated inventory management or sales analysis.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Retrieve a list of products. Parameters: limit (integer, maximum 250, default 50)
Retrieve detailed information for a product. Parameters: product_id (required string)
Create a new product. Parameters: title (required string), body_html (optional string), vendor (optional string), product_type (optional string), tags (optional string, comma-separated), status (optional string, active/draft/archived), variants (optional), options (optional), images (optional)
Update an existing product. Parameters: product_id (required string), title (optional string), body_html (optional string), vendor (optional string), product_type (optional string), tags (optional string, comma-separated), status (optional string, active/draft/archived), variants (optional), options (optional), images (optional)
Delete a product. Parameters: product_id (required string)