v1

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

Get a paginated list of Order report exportations

get/v2/user/marketplaces/orders/exportations

Query parameters

pageNumberinteger required

The page number you want to get

pageSizeinteger required

The entry count you want to get

storeIdstring guid required

The store identifier to regroup the order exportations

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 the list of Order report exportations

Example response

{
  "paginationResult": {
    "entryCount": "25",
    "pageCount": "38",
    "totalEntryCount": "943",
    "links": {
      "first": {
        "href": "/v2/user/marketplaces/orders/list/full",
        "method": "POST",
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "type": "object",
            "schema": "orderListRequest",
            "value": {
              "beginPeriodUtcDate": "2014-08-25T07:32:31.584Z",
              "endPeriodUtcDate": "2014-09-24T07:32:31.584Z",
              "pageSize": "25",
              "pageNumber": "1"
            }
          }
        ]
      },
      "last": {
        "href": "/v2/user/marketplaces/orders/list/full",
        "method": "POST",
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "type": "object",
            "schema": "orderListRequest",
            "value": {
              "beginPeriodUtcDate": "2014-08-25T07:32:31.584Z",
              "endPeriodUtcDate": "2014-09-24T07:32:31.584Z",
              "pageSize": "25",
              "pageNumber": "38"
            }
          }
        ]
      },
      "next": {
        "href": "/v2/user/marketplaces/orders/list/full",
        "method": "POST",
        "parameters": [
          {
            "name": "request",
            "in": "body",
            "type": "object",
            "schema": "orderListRequest",
            "value": {
              "beginPeriodUtcDate": "2014-08-25T07:32:31.584Z",
              "endPeriodUtcDate": "2014-09-24T07:32:31.584Z",
              "pageSize": "25",
              "pageNumber": "2"
            }
          }
        ]
      }
    }
  },
  "exportations": [
    {
      "abortionUtcDate": "2017-04-01T13:10:12Z",
      "beginUtcDate": "2017-04-01T13:10:12Z",
      "blobNameUri": "http://beezuporder2.blob.com/yourReport.csv",
      "endUtcDate": "2017-04-01T15:10:12Z",
      "enqueuedUtcDate": "2017-04-01T13:09:12Z",
      "errorMessage": "You have an error here",
      "executionUUID": "00000000000000000000000000000000000000000000000",
      "expirationUtcDate": "2017-04-01T13:39:12Z",
      "failureUtcDate": "2017-04-01T13:39:12Z",
      "ipAddress": "127.0.0.1",
      "jsonCriteria": "{\"StartDate:\"2016-09-30T22:00:00Z\",\"EndDate:\"2016-10-30T23:00:00Z\",\"OrderListingFilterDateSearchType:0,\"MarketPlaceOrderIds:null,\"BeezUPOrderStatusNames:null,\"ResultByPage:20,\"MerchantOrderIds:null,\"PageIndex:0,\"MarketPlaceTechnicalCodes:[\"PriceMinister\",\"Amazon\",\"CDiscount\",\"Mirakl\"],\"MarketPlaceBusinessCodes:[\"PRICEMINISTER\"],\"AccountIds:[1234,987],\"StoreIds:[\"00000000-0000-0000-0000-00000000007c\"],\"BuyerFullName:null}",
      "lastUpdateUtcDate": "2017-04-01T15:10:12Z",
      "processingStatus": "Done",
      "resumedUtcDate": "2017-04-01T13:39:12Z",
      "sourceType": "Api",
      "sourceUserId": "8a7fbdec-9e71-472e-9974-27d5c1d57cf8",
      "sourceUserName": "Marilyn monroe",
      "suspendedUtcDate": "2017-04-01T13:39:12Z",
      "timeoutDuration": "00:30:00",
      "warningMessage": "You have a warning here"
    }
  ],
  "links": {
    "self": {
      "href": "/v2/user/marketplaces/orders/exportations",
      "method": "GET"
    }
  }
}