@orderlyshop/n8n-nodes-orderly
v0.1.0-build.7149
Published
n8n custom nodes for the Orderly API.
Downloads
729
Maintainers
Keywords
Readme
@orderlyshop/n8n-nodes-orderly
n8n custom nodes for Orderly. The package generates one concrete Orderly action per exposed protobuf service method and uses @orderlyshop/core-client for runtime API calls.
Development
npm run generate
npm run typecheck
npm test
npm run buildnpm run check-generated verifies that generated node wrappers and generated/operation-manifest.json match the current protobuf/core-client output.
The first version uses operation-overrides.json as an allowlist and naming override file. Generated action metadata lives in nodes/Orderly.node.ts, generated thin wrappers live under nodes/generated/**, and neither should be edited manually.
Use the Orderly Helper node to build common protobuf JSON inputs such as AccountId and AccountQuery without writing the nested JSON shape by hand.
