Get latest store update stats
GET
https://app.ecwid.com/api/v3/{storeId}/latest-stats
Required access scopes
Your app must have the following access scopes to make this request: read_store_profile
Path params
All path params are required.
storeId
number
Ecwid store ID.
Query params
All query params are optional.
getReviewsUpdates
boolean
Send true
to get the datetime of the latest review update in the store.
domainsRequired
boolean
Send true
to get stats about the latest store domain update.
subscriptionRequired
boolean
Send true
to get stats about the latest store subscription updates.
productCountRequired
boolean
Send true
to get the number of products in the store (excluding demo products).
categoryCountRequired
boolean
Send true
to get the number of categories in the store.
Headers
The Authorization header is required.
Authorization
Bearer secret_ab***cd
Access token of the application.
Response JSON
A JSON object with the following fields:
productsUpdated
string
Date of the latest changes in store catalog (products, categories), e.g. 2014-10-15 16:54:11 +0400
ordersUpdated
string
Date of the latest changes in store orders, e.g. 2014-10-15 16:54:11 +0400
reviewsUpdated
string
Date of the latest changes in product reviews, e.g. 2024-10-15 16:54:11 +0400
domainsUpdated
string
Date of the latest changes in store domains, e.g. 2021-04-27 13:13:55 +0000
profileUpdated
string
Date of the latest changes in store information, e.g. 2014-10-15 16:54:11 +0400
categoriesUpdated
string
Date of the latest changes in store categories, e.g. 2014-10-19 12:23:12 +0400
discountCouponsUpdated
string
Date of the latest changes in store discount coupons, e.g. 2014-10-19 12:23:12 +0400
abandonedSalesUpdated
string
Date of the latest changes to abandoned carts in a store, e.g. 2014-10-19 12:23:12 +0400
customersUpdated
string
Date of the latest changes to customers in a store, e.g. 2014-10-19 12:23:12 +0400
subscriptionsUpdated
string
Date of the latest changes to subscriptions in a store, e.g. 2021-04-27 13:13:55 +0000
productCountRequired
number
The number of all products in the store (demo excluded). See above to get it.
categoryCountRequired
number
The number of all categories in the store. See above how to get it.
Last updated
Was this helpful?