More Vendrato tools: FunnelDupe GHL Utils Building the future of automation
📦

List Orders

n8n-nodes-base.httpRequest

Retrieves a paginated list of orders with advanced filtering options.

gohighlevel payments orders ecommerce crm
API Docs
Platform
GoHighLevel
Category
api integration
Version
1.0.0
Auth Required
Yes

Use Cases

Track customer orders
Filter orders by status
Export order data

Configuration

Node Configuration Summary
Ready-to-use GoHighLevel node configured for list orders. Copy and paste directly into your n8n workflow.
Method: GET
Endpoint: /payments/orders?altId={{ $json.altId }}&altType={{ $json.altType }}{{ $json.locationId ? '&locationId=' + $json.locationId : '' }}{{ $json.status ? '&status=' + $json.status : '' }}{{ $json.paymentMode ? '&paymentMode=' + $json.paymentMode : '' }}{{ $json.startAt ? '&startAt=' + $json.startAt : '' }}{{ $json.endAt ? '&endAt=' + $json.endAt : '' }}{{ $json.search ? '&search=' + $json.search : '' }}{{ $json.contactId ? '&contactId=' + $json.contactId : '' }}{{ $json.funnelProductIds ? '&funnelProductIds=' + $json.funnelProductIds : '' }}{{ $json.limit ? '&limit=' + $json.limit : '' }}{{ $json.offset ? '&offset=' + $json.offset : '' }}
Nodes: 2
Auth: GoHighLevel OAuth2 API
BuildShip-ready configuration with API call node and custom logic.
Make.com scenario configuration with HTTP module and data processing.

Related GoHighLevel Nodes