Cancel RMA via REST API
Content
Hello,
is it possible to cancel a RMA (no goods received) using REST API ?
I tried "SalesOrdersForOrderHub" API with OrderKey, method PATCH and below body :
{
"CanceledFlag": true
}
Response is 400 Bad Request with following message : "SourceTransactionLineNumber 1, SourceScheduleNumber 1: The returnable quantity is equal to zero.All the items that could be returned have already been returned.You cannot return any more items."
Thanks
Samuel
Version
20B0