---
title: "Get the synchronization status of clicks and orders of a store"
method: GET
path: "/v2/user/analytics/{storeId}/tracking/status"
tags: ["Analytics - Tracking"]
---

# Get the synchronization status of clicks and orders of a store

`GET /v2/user/analytics/{storeId}/tracking/status`

Clicks and orders are eventually consistent. \
This operation gets the current state of projections for a store.

## Path parameters

- `storeId` string, guid, required

## Response `200`

Store Tracking Status

- StoreTrackingStatus
  - `clickSynchronizationUtcDate` string, date-time — The utc date of the latest synchronized click
  - `orderSynchonizationUtcDate` string, date-time — The utc date of the latest synchronized order
  - `marketplaceOrderSynchonizationUtcDate` string, date-time — The utc date of the latest synchronized marketplace order

## Other responses

- `404` — Store or resource not found
- `default` — Occurs when something goes wrong

---

[API](https://skmtc.net/beezup/apis/beezup-merchant-api.md) · [All operations](https://skmtc.net/beezup/apis/beezup-merchant-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beezup/beezup-merchant-api/revisions/557b7feddf8a/schema)
