4. 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.

PUT approveClaimLineItems

Sample Service Request

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

Sample Service Response

HTTP 200