v1

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

[DEPRECATED] Get an Order's harvest and change history

get/v2/user/marketplaces/orders/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/history

Path parameters

marketplaceTechnicalCodestring required

The marketplace technical code

accountIdinteger required
beezUPOrderIdstring uuid required

The BeezUP Order identifier

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 Order history

lastModificationUtcDatestring date-time

Example response

{
  "changeOrderReportings": [
    {
      "executionUUID": "8D4176FA78D5A7Fffa91e9edc694ec5858be9a1b109507c",
      "changeOrderType": "ShipOrder",
      "sourceType": "Api",
      "sourceUserId": "8a7fbdec-9e71-472e-9974-27d5c1d57cf8",
      "sourceUserName": "Guillaume Tell",
      "creationUtcDate": "2017-04-01T13:10:03Z",
      "processingStatus": "Done",
      "lastUpdateUtcDate": "2017-04-01T13:10:05Z",
      "errorMessage": "This is an error message",
      "ipAddress": "127.0.0.1",
      "harvestOneOrderEndUtcDate": "2017-04-01T13:10:05Z"
    }
  ],
  "harvestOrderReportings": [
    {
      "executionUUID": "8D4176FA78D5A7Fffa91e9edc694ec5858be9a1b109507c",
      "creationUtcDate": "2017-04-01T13:10:03Z",
      "processingStatus": "Done",
      "lastUpdateUtcDate": "2017-04-01T13:10:05Z",
      "errorMessage": "This is an error message",
      "warningMessage": "This is a warning",
      "beezUPStatus": "Shipped",
      "marketplaceStatus": "In_progress_3",
      "beezUPForcedStatus": "In_progress_3"
    }
  ]
}