curl --request GET \
--url https://services.leadconnectorhq.com/products/store/{storeId}/stats \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"totalProducts": 100,
"includedInStore": 80,
"excludedFromStore": 20
}API to fetch the total number of products, included in the store, and excluded from the store and other stats
curl --request GET \
--url https://services.leadconnectorhq.com/products/store/{storeId}/stats \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"totalProducts": 100,
"includedInStore": 80,
"excludedFromStore": 20
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28 Products related to the store
"3SwdhCu3svxI8AKsPJt6"
Location Id or Agency Id
"6578278e879ad2646715ba9c"
location The name of the product for searching.
"Awesome product"
Filter by product collection Ids. Supports comma separated values
"65c2789a812e52f9bd6ec577,65c2789a812e52de9a6ec576"
Was this page helpful?