sitebay_shopify_proxy
Proxy requests to Shopify Admin API for managing products, orders, and store data through the SiteBay MCP Server.
Instructions
Proxy requests to a Shopify Admin API.
Args: shop_name: Shopify shop name path: Shopify API path (e.g., "/admin/api/2024-04/products.json") query_params_json: Optional JSON string for payload or query params method: HTTP method (get, post, put, delete)
Returns: Shopify API response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shop_name | Yes | ||
| path | No | /admin/api/2024-04 | |
| query_params_json | No | ||
| method | No | get |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |