Leverage StateSet One to automate and orchestrate order operations across Shopify, NetSuite, DCL, and Gorgias for Mienne.
shopifyToNetsuiteWorkflow
)netsuiteToDCLWorkflow
)dclFulfillmentWorkflow
/ dclTrackingUpdateWorkflow
)mienneResponseWorkflow
)workflows.js
and activities in activities.js
.
shopifyToNetsuiteWorkflow
)SENT_TO_NS
.
Steps:
stateset.order.create()
.netsuiteToDCLWorkflow
)custbody_sent_to_3pl = F
on Sales Order.
Purpose: Transform SO and POST to DCL; set custbody_sent_to_3pl = T
.
Steps:
dclFulfillmentWorkflow
/ dclTrackingUpdateWorkflow
)dclPoNotificationWorkflow
)dclPoReceiptWorkflow
)inventorySyncWorkflow
)inventoryBundlesSyncWorkflow
)mienneResponseWorkflow
)workflows.js
using Temporal syntax. Activities (API calls, transformations) are in activities.js
.
Setup:
npm install @temporalio/workflow
node worker.js