Approve Returned Orders (approveClaimLineItems)

Approve Returned Orders

In Trendyol system, you can confirm the return orders that are returned to your warehouse by means of this method.

  • You can only create a rejection request for returned orders with "WaitingInAction" status.
  • You can reach the"claimId" ve "claimLineItemIdList" values by using the Getting Returned Orders service.
  • Orders approved for return may be subject to fraud checks within the framework of certain rules, and orders approved for return will be displayed in the "WaitingFraudCheck" status before moving to the "Accepted" Status.

PUT approveClaimLineItems

Sample Service Request

{
  "claimLineItemIdList": [
    "f9da2317-876b-4b86-b8f7-0535c3b65731"
  ],
  "params": {}
}

Sample Service Response

HTTP 200