v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Marketplaces - Orders - Global

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

Use /orders/v3

get/v2/user/marketplaces/orders/status

Query parameters

storeIdstring guid

The StoreId to filter by

Headers

If-None-Matchstring

ETag value to identify the last known version of requested resource.
To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.
If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.
For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3

Response

Successfully fetched current synchronization status

Example response

{
  "accountSynchronizations": [
    {
      "marketplaceBusinessCode": "GOSPORT",
      "marketplaceTechnicalCode": "Amazon"
    }
  ]
}