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