v1

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

Request a new Order report exportation to be generated

A new file will be generated containing a summary of all the Orders matching the requested filter settings.

post/v2/user/marketplaces/orders/exportations

Request body

format'csv'

The type of the file to export

storeIdstring guid required

The store identifier

Example request

{
  "format": "csv",
  "storeId": "64f43358-63a1-47f7-97ec-0301fc39956b",
  "orderListRequestWithoutPagination": {
    "marketplaceTechnicalCodes": [
      "PriceMinister"
    ],
    "marketplaceBusinessCodes": [
      "PRICEMINISTER"
    ],
    "accountIds": [
      "12345"
    ],
    "storeIds": [
      "64f43358-63a1-47f7-97ec-0301fc39956b"
    ],
    "beezUPOrderStatuses": [
      "InProgress"
    ],
    "beginPeriodUtcDate": "2017-03-01T13:10:01Z",
    "endPeriodUtcDate": "2017-04-01T13:10:01Z",
    "invoiceAvailabilityType": "All",
    "order_Buyer_Name": "Monroe",
    "marketplaceOrderIds": [
      "AmazonOrderId1234"
    ],
    "orderMerchantInfoSynchronizationStatus": "All",
    "order_MerchantOrderIds": [
      "MyOrderId1234"
    ]
  }
}

Response

Successfully requested new Order report exportation generation