v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
ReturnOrder

Log custom return order activity V3

This endpoint requires the following scopes: return:update.

Record a custom activity log entry for a return order.

patch/api/v3/returnOrders/{id}/actions/logActivity

Path parameters

idstring required

Request body

messagestring required

Message to be logged in the activity log.

Example request

{
  "message": "Transferred to accounting system."
}

Response

No Content