# UpdateLogistics Updates the logistics fields associated to a given return process Endpoint: POST /v1/processes/{process_id}/logistics Version: 1.0.0 ## Path parameters: - `process_id` (string, required) The process ID to update. Required. ## Request fields (application/json): - `process_id` (string) The process ID to update. Required. - `user` (string) The user that performed the update. Required. - `user_selected_carrier` (string) The new logistics carrier of the process. It's used by the process to request the creation to the provider of the shipping order using his carrier If it's already created, has no effect. Required. - `user_selected_provider` (string) The new logistics provider of the process. It's used by the process to request the creation of the shipping order to this provider. If it's already created, has no effect. Required.