Get store update stats

Check when latest changes were made in an Ecwid store.

Headers

NameTypeDescription
AuthorizationstringoAuth token with mandatory Bearer before it. Example: Bearer e***s0, where e***s0 should be replaced with your oAuth token.

Query parameters

ParamTypeDescription
domainsRequiredbooleanSend true to get stats about the latest store domain update.
subscriptionRequiredbooleanSend true to get stats about the latest store subscription updates.
productCountRequiredbooleanSend true to get the number of products in the store (demo ones are excluded).
categoryCountRequiredbooleanSend true to get the number of categories in the store.

Response

A JSON object containing the update dates statistics

UpdateStats

FieldTypeDescription
productsUpdatedstringDate of the latest changes in store catalog (products, categories), e.g. 2014-10-15 16:54:11 +0400
ordersUpdatedstringDate of the latest changes in store orders, e.g. 2014-10-15 16:54:11 +0400
domainsUpdatedstringDate of the latest changes in store domains, e.g. 2021-04-27 13:13:55 +0000
profileUpdatedstringDate of the latest changes in store information, e.g. 2014-10-15 16:54:11 +0400
categoriesUpdatedstringDate of the latest changes in store categories, e.g. 2014-10-19 12:23:12 +0400
discountCouponsUpdatedstringDate of the latest changes in store discount coupons, e.g. 2014-10-19 12:23:12 +0400
abandonedSalesUpdatedstringDate of the latest changes to abandoned carts in a store, e.g. 2014-10-19 12:23:12 +0400
customersUpdatedstringDate of the latest changes to customers in a store, e.g. 2014-10-19 12:23:12 +0400
subscriptionsUpdatedstringDate of the latest changes to subscriptions in a store, e.g. 2021-04-27 13:13:55 +0000
productCountRequirednumberThe number of all products in the store (demo excluded). See above to get it.
categoryCountRequirednumberThe number of all categories in the store. See above how to get it.

Errors

In case of error, Ecwid responds with an error HTTP status code and, optionally, JSON-formatted body containing error description

HTTP codes

HTTP StatusDescription
400Request parameters are malformed
402The store is suspended
415Unsupported content-type: expected application/json or text/json
500There was an internal server error while processing the request

Error response body (optional)

FieldTypeDescription
errorMessagestringError message
Language
Authorization
Query