Analytics - Tracking
Get the synchronization status of clicks and orders of a store
Clicks and orders are eventually consistent.
This operation gets the current state of projections for a store.
get/v2/user/analytics/{storeId}/tracking/status
Path parameters
storeIdstring guid required
Your store identifier
Response
Store Tracking Status
Example response
{
"clickSynchronizationUtcDate": "2016-08-29T09:12:33.001Z",
"orderSynchonizationUtcDate": "2016-08-29T09:12:33.001Z",
"marketplaceOrderSynchonizationUtcDate": "2016-08-29T09:12:33.001Z"
}