connect_shopify
Establishes a connection to a Shopify store using API credentials to enable querying products, orders, and inventory.
Instructions
Shopify-Store verbinden.
Richtet eine Verbindung zu einem Shopify-Store ein. Danach können Produkte, Bestellungen und Inventar abgefragt werden.
Args: connector_name: Eindeutiger Name für diese Verbindung (z.B. "mein-shop") store_url: Shopify Store URL (z.B. "https://mein-shop.myshopify.com") api_key: Shopify Admin API Access Token
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connector_name | Yes | ||
| store_url | Yes | ||
| api_key | Yes |