List Orders
n8n-nodes-base.httpRequest
Retrieves a paginated list of orders with advanced filtering options.
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