Shopify Node#
Verwenden Sie den Shopify Node, um Aufgaben in Shopify zu automatisieren und Shopify mit anderen Anwendungen zu integrieren. Localmind Automate bietet integrierte Unterstützung für eine breite Palette von Shopify-Funktionen, darunter das Erstellen, Aktualisieren, Löschen und Abrufen von Bestellungen und Produkten.
Auf dieser Seite finden Sie eine Liste der Operationen, die der Shopify Node unterstützt, sowie Links zu weiteren Ressourcen.
Anmeldedaten
Informationen zum Einrichten der Authentifizierung finden Sie unter Shopify Anmeldedaten.
Operationen#
- Bestellung
- Eine Bestellung erstellen
- Eine Bestellung löschen
- Eine Bestellung abrufen
- Alle Bestellungen abrufen
- Eine Bestellung aktualisieren
- Produkt
- Ein Produkt erstellen
- Ein Produkt löschen
- Ein Produkt abrufen
- Alle Produkte abrufen
- Ein Produkt aktualisieren
What to do if your operation isn't supported#
If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.
You can use the credential you created for this service in the HTTP Request node:
- In the HTTP Request node, select Authentication > Predefined Credential Type.
- Select the service you want to connect to.
- Select your credential.
Refer to Custom API operations for more information.