v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
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

clickSynchronizationUtcDatestring date-time

The utc date of the latest synchronized click

orderSynchonizationUtcDatestring date-time

The utc date of the latest synchronized order

marketplaceOrderSynchonizationUtcDatestring date-time

The utc date of the latest synchronized marketplace order

Example response

{
  "clickSynchronizationUtcDate": "2016-08-29T09:12:33.001Z",
  "orderSynchonizationUtcDate": "2016-08-29T09:12:33.001Z",
  "marketplaceOrderSynchonizationUtcDate": "2016-08-29T09:12:33.001Z"
}