---
title: "Get the latest tracked orders"
method: GET
path: "/v2/user/analytics/{storeId}/tracking/orders"
tags: ["Analytics - Tracking"]
---

# Get the latest tracked orders

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

## Path parameters

- `storeId` string, guid, required

## Query parameters

- `count` integer

## Response `200`

Order list

- TrackedOrders
  - `orders` TrackedOrder[], required
    - `utcDate` string, date-time, required — The utc date of the order
    - `channel` BeezUPCommonChannelBasicInfo, required — The basic info related to a channel
      - `channelId` string, guid, required — The channel identifier
      - `channelName` string, required — The channel name
      - `channelImageUrl` string, required — The URL <a href="https://en.wikipedia.org/wiki/URL">https://en.wikipedia.org/wiki/URL</a>
    - `merchantOrderId` string, required — The merchant order identifier
    - `totalAmount` number, required — The total amount of the order
    - `currencyCode` string, required — The currency code <a href="https://en.wikipedia.org/wiki/ISO_4217">(ISO 4217)</a>
    - `paymentValidated` boolean, required — Indicate if the payment of this order has been validated or not
    - `products` TrackedOrderProduct[], required — The product list of this order
      - `productId` string, guid, required — The product identifier
      - `productSku` string, required — The product SKU
      - `productTitle` string, required — The product tile
      - `productImageUrl` string, uri, required — The product image Url
      - `productExists` boolean, required — Indicates if the product still exists in your catalog
      - `unitPrice` number, required — The product's unit price for the order
      - `quantity` number, required — The quantity of this product for the order
      - `margin` number, required — The product's margin for the order

## Other responses

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

---

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