Shopify
Update Orders From Humdingers

Please authenticate and approve permissions to continue

Shopify
Test Orders From Humdingers
ChannelApe
Query by status or time

Query ChannelApe for Orders using the following settings:

Pass in relative dates such as now+30m, now, today, today+1d, today-1d. Only minute (m) or day (d) is supported with a max of 30d.
See more examples here.

ChannelApe
Test Query Results
Order A
JSON here
JSON here
nodejs
Run NodeJs

event object will contain order object selected from previous step.

exports.handler = function(event, context) { const https = require('https'); https.get('https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY', (resp) => { let data = ''; // A chunk of data has been recieved. resp.on('data', (chunk) => { data += chunk; }); // The whole response has been received. Print out the result. resp.on('end', () => { console.log(JSON.parse(data).explanation); }); }).on("error", (err) => { console.log("Error: " + err.message); }); };
nodejs
Test NodeJs Console Output
Success
VM:199
Run Distributed Order Management

Pick where to ship from

DOM Output
x12
Convert to x12

Map from JSON to x12 XML Template

x12
X12 Output
as2
AS2 Transport

Description or settings go here

Your public profile settings are published.
as2
Test AS2 Results
Flow Finished

We're ready to activate this flow!

Apps

Choose an application to add

3PL
3PL
AS2
AS2
NodeJS
Shopify
Shopify