Skip to main content
Version: v3

Fetch Product Store Stats

GET 

/products/store/:storeId/stats

API to fetch the total number of products, included in the store, and excluded from the store and other stats

Request

Version stringrequired

API Version

Available optionsv3
storeId stringrequired

Products related to the store

altId stringrequired

Location Id or Agency Id

altType stringrequired
Available optionslocation
search string

The name of the product for searching.

collectionIds string

Filter by product collection Ids. Supports comma separated values

application/json

Successful response

Schema
    totalProductsnumberrequired

    Total number of products

    includedInStorenumberrequired

    Number of products included in the store

    excludedFromStorenumberrequired

    Number of products excluded from the store