shopifyGetRefunds
ext. Version: 2022-01- Bestellungen abrufen
- Tracking / Versanddaten abrufen
This is the actual step which will be published in your Add-On. Typically it will consist of Flow-Variables, steps for the execution logic and Output-Variables. The corresponding Test-Flow TestFlow-shopifyGetRefunds will then use this step and see the input and outputs.
Über Synesty Studio
Mit Synesty als No Code Middleware verbinden Sie Ihre Systeme, Schnittstellen und APIs ohne Programmierung per Drag&Drop.
Automatisieren Sie Geschäftsprozesse und Integrationen wie EDI Datenimport / Export oder eine einmalige Daten-Migration.
Wir unterstützen Datenformate wie CSV, Excel (XLS/XLSX), XML oder JSON und ermöglichen auch HTTP-Konnektoren zu REST- oder GraphQL-APIs. Kunden nutzen es auch für Auswertungen, ETL-Aufgaben oder Feed-Optimierung.
Unser No Code Flow-Editor und unsere Low Code Scripting Tools ermöglichen kreative Anpassungen für jede Art von Integration.
Über Synesty Studio
Mit Synesty als No Code Middleware verbinden Sie Ihre Systeme, Schnittstellen und APIs ohne Programmierung per Drag&Drop.
Automatisieren Sie Geschäftsprozesse und Integrationen wie EDI Datenimport / Export oder eine einmalige Daten-Migration.
Wir unterstützen Datenformate wie CSV, Excel (XLS/XLSX), XML oder JSON und ermöglichen auch HTTP-Konnektoren zu REST- oder GraphQL-APIs. Kunden nutzen es auch für Auswertungen, ETL-Aufgaben oder Feed-Optimierung.
Unser No Code Flow-Editor und unsere Low Code Scripting Tools ermöglichen kreative Anpassungen für jede Art von Integration.
Inputs
Das sind die Optionen, mit denen man den Step konfigurieren kann.
| Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
|---|---|---|---|---|
| account | ACCOUNT | shopify Account | Ja | |
| status | STRING | Filter orders by their status. Only orders in the selected status will be retrieved. This status can be combined with the other statuses. | Ja |
|
| financial_status | STRING | Filter orders by their financial status. Only orders in the selected financial status will be retrieved. This status can be combined with the other statuses. | Ja |
|
| fulfillment_status | STRING | Filter orders by their fulfillment status. Only orders in the selected financial status will be retrieved. This status can be combined with the other statuses. | Ja |
|
| limit | STRING | Limits the number of orders to be retrieved for refund processing. Enter a small number for tests. If limit is empty or greater than 249 then all orders are retrieved. | Nein | Standardwert: |
| created_at_from | DATETIME | Creation time of orders. All orders in the specified status that were created on this date and the specified time and after are retrieved. The time is in UTC. If no date is specified, all orders will be fetched in the specified status. | Nein | Standardwert: |
| updated_at_from | DATETIME | Update time of orders. All orders in the specified status that were updated on this date and the specified time and after are retrieved. The time is in UTC. If no date is specified, all orders will be fetched in the specified status. | Nein | Standardwert: |
Outputs
Das sind die Ergebnisse des Steps, die von nachfolgenden Steps, nach der Ausführung verwendet werden können.
| Name | Datentyp | Beschreibung |
|---|---|---|
| RefundedItems | SPREADSHEET | |
| OrderAdjustments | SPREADSHEET | |
| Transactions | SPREADSHEET |