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

# Get the latest tracked external orders

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

## Path parameters

- `storeId` string, guid, required

## Query parameters

- `count` integer

## Response `200`

External Order list

- TrackedExternalOrders
  - `externalOrders` TrackedExternalOrder[], required
    - `utcDate` string, date-time, required — The utc date of the external order
    - `merchantOrderId` string, required — The merchant order identifier
    - `visitorId` string — Can be null. The visitor identifier of the external order
    - `totalAmount` number, required — The total amount of the external 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 external order has been validated or not
    - `products` TrackedExternalOrderProduct[] — Can be null. The product list included in the external order
      - `productSku` string, required — The product sku received for the external order
      - `productTitle` string — We tried to get the catalog product title based on the product SKU. This property can be null, if we cannot found the product. This is possible if the product is not referenced in the imported catalog.
      - `productImageUrl` string, uri — We tried to get the catalog product image Url based on the product SKU. This property can be null, if we cannot found the product. This is possible if the product is not referenced in the imported catalog.
      - `productActive` boolean — We tried to get the catalog product if it's still active based on the product SKU. This property can be null, if we cannot found the product. This is possible if the product is not referenced in the imported catalog.
      - `productId` string, guid — We tried to get the catalog product identifier based on the product SKU. This property can be null, if we cannot found the product. This is possible if the product is not referenced in the imported catalog.
      - `unitPrice` string — The product's unit price for the external order. This property is voluntarily a string because the value could be an invalid one.
      - `quantity` string — The quantity of this product for the external order. This property is voluntarily a string because the value could be an invalid one
      - `margin` string — The product's margin for the external order. This property is voluntarily a string because the value could be an invalid one

## 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)
