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 options
v3storeId stringrequired
Products related to the store
altId stringrequired
Location Id or Agency Id
altType stringrequired
Available options
locationsearch string
The name of the product for searching.
collectionIds string
Filter by product collection Ids. Supports comma separated values
Successful response
- application/json
- Schema
- Example (auto)
Schema
totalProductsnumberrequired
Total number of products
includedInStorenumberrequired
Number of products included in the store
excludedFromStorenumberrequired
Number of products excluded from the store
{
"totalProducts": 100,
"includedInStore": 80,
"excludedFromStore": 20
}