Marketplaces - Orders V3 - Order
Mark an order incident as resolved
post/orders/v3//{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}/closeIncident
Path parameters
marketplaceTechnicalCodestring required
The marketplace technical code
accountIdinteger required
beezUPOrderIdstring uuid required
The BeezUP Order identifier
Query parameters
userNamestring required
Sometimes the user in the e-commerce application is not the same as user associated with the current subscription key. We recommend providing your application's user login.
testModeboolean
If true, the operation will be not be sent to marketplace. But the validation will be taken in account.
Request body
Example request
{
"order_Incident_ReasonCode": "39"
}Response
Order incident closed successfully