Back to marketplace
JavaScriptv1.4.2
Shopify Order Fetch
Look up an order with its line items and fulfilment state.
Custom nodes are not open yet
What this node can reach
This node declared 1 destination. Requests anywhere else are refused while it runs.
*.myshopify.com
Never accessible
- The filesystem
- Environment variables and process internals
- Any host not listed above
- Other users' data or credentials
Takes in
- Order ID
Gives back
- Line items
- Fulfilment state
- Customer
How custom nodes run
A custom node is code someone else wrote, running on our servers rather than yours. It executes in an isolated sandbox with its own memory limit and timeout, and it cannot call the network directly — outbound requests go through a host-provided client that only permits the destinations listed above.
If a node tries to reach anywhere it did not declare, the request is refused and the node is flagged for review automatically.