---
title: "[DEPRECATED] Get current synchronization status between your marketplaces and BeezUP accounts"
method: GET
path: "/v2/user/marketplaces/orders/status"
tags: ["Marketplaces - Orders - Global"]
deprecated: true
---

# [DEPRECATED] Get current synchronization status between your marketplaces and BeezUP accounts

`GET /v2/user/marketplaces/orders/status`

> **Deprecated.**

Use /orders/v3

## Query parameters

- `storeId` string, guid

## Headers

- `If-None-Match` string

## Response `200`

Successfully fetched current synchronization status

- AccountSynchronizationList
  - `accountSynchronizations` AccountSynchronization[]
    - `accountId` integer, required — The marketplace account identifier in BeezUP. This account identifier is based on your api settings.
    - `completedHarvestSynchroUtcDate` string, date-time
    - `marketplaceBusinessCode` string, required — In an marketplace technical code like CDiscount you can have several marketplaces like GO SPORT, etc. We identify them by a business code.
    - `marketplaceTechnicalCode` string, required — The technical code of the marketplace.

## Other responses

- `304` — The ETag sent in the http header If-None-Match did not change. So you are up to date !
- `404` — Requested Store could not be 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)
