Konnektor für
Sphere.io
Dies ist der Commercetools-Konnektor (ehemals Sphere.io). Der commercetools Integrationskonnektor unterstützt sowohl Trigger- als auch Aktionen-Funktionalitäten, d.h. Sie können ihn entweder zum Ausführen oder zum Handeln auf ein bestimmtes Ereignis verwenden. So können Sie beispielsweise Kunden abrufen oder aktualisieren, Produkte anlegen, Sendungsstatus ändern usw.Funktionen und Anwendungsfälle
Produktinformationen in commercetools zur Verfügung stellen
Als Nutzer der commercetools Platform entwickle ich einen Integrationsworkflow, der auf meinen internen Produktkatlog zugreift, um meine Produkte in der commercetools Platform zur Verfügung zu stellen.
Technical Specifications
getCustomers
Abrufen von Kunden
- OnInit
- ./lib/triggers/queryCustomers.js
- OnStartup
- -
- OnClose
- -
Attributes
-
getOrders
Abrufen von Orders
- OnInit
- ./lib/triggers/queryOrders.js
- OnStartup
- -
- OnClose
- -
Attributes
-
updateCustomer
- OnInit
- ./lib/actions/updateCustomer.js
- OnStartup
- -
- OnClose
- -
Attributes
-
createProduct
- OnInit
- ./lib/actions/createProduct.js
- OnStartup
- -
- OnClose
- -
Attributes
-
addPriceToVariant
- OnInit
- ./lib/actions/addPrice.js
- OnStartup
- -
- OnClose
- -
Attributes
-
getProductVariant
- OnInit
- ./lib/actions/queryProductVariant.js
- OnStartup
- -
- OnClose
- -
Attributes
-
getCustomerByID
- OnInit
- ./lib/actions/getCustomerByID.js
- OnStartup
- -
- OnClose
- -
Attributes
-
getOrderByID
- OnInit
- ./lib/actions/getOrderByID.js
- OnStartup
- -
- OnClose
- -
Attributes
-
addVariant
- OnInit
- ./lib/actions/addVariant.js
- OnStartup
- -
- OnClose
- -
Attributes
-
setOrderNumber
- OnInit
- ./lib/actions/setOrderNumber.js
- OnStartup
- -
- OnClose
- -
Attributes
-
addDelivery
- OnInit
- ./lib/actions/addDelivery.js
- OnStartup
- -
- OnClose
- -
Attributes
-
changeShipmentState
- OnInit
- ./lib/actions/changeShipmentState.js
- OnStartup
- -
- OnClose
- -
Attributes
-
importInventory
- OnInit
- ./lib/actions/importInventory.js
- OnStartup
- -
- OnClose
- -
Attributes
-
Keine Daten für terms vorhanden
Keine Daten für environment vorhanden