List Products
n8n-nodes-base.httpRequest
Retrieves paginated list of products with advanced filtering.
Use Cases
View all products
Filter product catalog
Export product data
Configuration
Node Configuration Summary
Ready-to-use GoHighLevel node configured for list products.
Copy and paste directly into your n8n workflow.
Method:
GET
Endpoint:
/products/?locationId={{ $json.locationId }}{{ $json.limit ? '&limit=' + $json.limit : '' }}{{ $json.offset ? '&offset=' + $json.offset : '' }}{{ $json.search ? '&search=' + $json.search : '' }}{{ $json.collectionIds ? '&collectionIds=' + $json.collectionIds : '' }}{{ $json.collectionSlug ? '&collectionSlug=' + $json.collectionSlug : '' }}{{ $json.expand ? '&expand=' + $json.expand : '' }}{{ $json.productIds ? '&productIds=' + $json.productIds : '' }}{{ $json.storeId ? '&storeId=' + $json.storeId : '' }}{{ $json.includedInStore !== undefined ? '&includedInStore=' + $json.includedInStore : '' }}{{ $json.availableInStore !== undefined ? '&availableInStore=' + $json.availableInStore : '' }}{{ $json.sortOrder ? '&sortOrder=' + $json.sortOrder : '' }}
Nodes:
2
Auth:
GoHighLevel OAuth2 API