Skip to main content
PATCH
/
api
/
v1
/
shipments
/
{id}
/
status
Actualizar estado del envío
curl --request PATCH \
  --url https://api.raul.ugps.io/api/v1/shipments/{id}/status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
string
required

UUID del envío

Body

application/json

The body is of type object.

Response

Estado actualizado