Process return items
Bulk-update items on a return order (used when items physically arrive). Each item: id, status. When status is NOT_RETURNED, send notReturnedDisposition DEPLOYED (keep deployed; omit deploy fields) or ARCHIVE (deployReason required; non-blank deployReasonDetails when deployReason is OTHER). Matches org-app Process Return. Offboarding returns: domain validation may still require deployReason for NOT_RETURNED. Additional RETURNED validation may return 400 with domain detail.
Authorizations
Prefix the value with "ApiKey" to indicate the custom authorization type
Path Parameters
Body
Bulk update payload for return order items (Process Return).
One or more item updates. All items must belong to the path return order.
1Response
Items updated
Returned after return-order items were processed successfully.