Shipments / Pend

NameShipments Pend
DescriptionTransition a shipment to the pending state.
TypeGET
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

RequestResponse
/v9/shipments/12345/pend 

 

 

 

See Shipments / Show