Shipments / Pend
Name | Shipments Pend |
|---|---|
Description | Transition a shipment to the pending state. |
Type | GET |
URL | /v9/shipments/:id/pend |
Long Description
Manually update the state of a shipment to the "pending" state. Only shipments in the "delivered" state can be transitioned to "pending", so this action is intended to reopen a delivered shipment.
Examples
Request | Response |
|---|---|
/v9/shipments/12345/pend |
|
|
See Shipments / Show
|