curl --request GET \
--url https://services.leadconnectorhq.com/products/collections \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"data": [
"<array>"
],
"total": 123
}Internal API to fetch the Product Collections
curl --request GET \
--url https://services.leadconnectorhq.com/products/collections \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"data": [
"<array>"
],
"total": 123
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28 The maximum number of items to be included in a single page of results
20
The starting index of the page, indicating the position from which the results should be retrieved.
0
Location Id
"6578278e879ad2646715ba9c"
The type of alt. For now it is only LOCATION
location "LOCATION"
Ids of the collections separated by comma(,) for search purposes
"65d71377c326ea78e1c47df5,65d71377c326ea78e1c47d34"
Query to search collection based on names
"Best Sellers"
Query to search collection based on type
"smart"
Query to search collection based on deleted
true
Was this page helpful?