# PatchReturnProcess Updates a return process via a PATCH (updating only certain fields) Endpoint: PATCH /v1/processes/{process_id}/patch Version: 1.0.0 ## Path parameters: - `process_id` (string, required) ID of the process to be updated. Required. ## Request fields (application/json): - `patch` (string) Preferred. map[string]interface{} as a json string - `process_id` (string) ID of the process to be updated. Required. - `return_process_patch` (object) any json object with the return process structure - `user` (string) User doing the patch ## Response 200 fields (application/json): - `new_last_known_shipping_status` (string) value of the field last_known_shipping_status after the update Enum: "NO_SHIPPING_STATUS", "CREATED", "COLLECTED", "IN_WAREHOUSE", "ERROR", "CANCELED" - `previous_last_known_shipping_status` (string) value of the field last_known_shipping_status before the update Enum: "NO_SHIPPING_STATUS", "CREATED", "COLLECTED", "IN_WAREHOUSE", "ERROR", "CANCELED"