v1

latestOpenAPI 3.1.02026-07-2689175245.8 KB
Label Requests

Update Label Status

Update the status of the label.

Required API key scope

  • Labels (Write)
put/labels/{id}

Path parameters

idinteger required
Example:67329889100573

The unique identifier for the label, created by Loop. This is the identifier that is returned from the Create Label request.

Request body

status'new' | 'pre_transit' | 'in_transit' | 'out_for_delivery' | 'delivered' required

The label status values accepted when updating a label.

Example request

{
  "status": "new"
}

Response

No Content