v1

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

Get the order change reporting

This operation will help you to know the status of your order change operation

get/orders/v3//{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/history/{orderChangeExecutionUUID}

Path parameters

marketplaceTechnicalCodestring required

The marketplace technical code

accountIdinteger required
beezUPOrderIdstring uuid required

The BeezUP Order identifier

orderChangeExecutionUUIDstring required

The order change execution id

Response

Successfully fetched Order change reporting

executionUUIDstring uuid

The execution identifier

changeOrderTypestring
sourceType'Api' | 'Go'

Indicates the origin of the operation

sourceUserIdstring guid

The user identifier

sourceUserNamestring
creationUtcDatestring date-time

The creation UTC date of the execution

processingStatusstring

The processing status of the execution

lastUpdateUtcDatestring date-time

The last update UTC date of the execution

errorMessagestring

The error message during the execution

ipAddressstring

The IP address who request this operation

testModeboolean

This operation was a test

harvestOneOrderEndUtcDatestring date-time

The date the order retrieval process following the order change ended

detailsobject

Example response

{
  "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"
}