---
title: "GET /orders/v3//status"
method: GET
path: "/orders/v3//status"
tags: ["Marketplaces - Orders V3 - Global"]
---

# GET /orders/v3//status

`GET /orders/v3//status`

Get current synchronization status between your marketplaces and BeezUP accounts

## Query parameters

- `storeIds` string[]

## Headers

- `If-None-Match` string

## Response `200`

Successfully fetched the list of MarketplaceBusinessCode ready for Order Management

- 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 !
- `400` — Invalid store id
- `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)
