🔑 Parcel Perform Get Shipment Details by ID
Uses the Parcel Perform Retrieve Shipment Details endpoint to access information about a Parcel Perform Shipment (via searching a valid shipment_id or shipment_uuid).
API Documentation here.
Inputs
Name | Type | Description |
---|---|---|
Parcel Perform Client ID | SensitiveString | Parcel Perform Client ID |
Parcel Perform Client Secret | SensitiveString | Parcel Perform Client Secret |
Shipment ID Key | String | 'shipment_id' or 'shipment_uuid' |
Shipment ID Value | String | Shipment ID/UUID value to search |
Outputs
Name | Type | Description |
---|---|---|
Shipment Found? | Boolean | Shipment Found? |
Message | String | Response Message |
Shipment Details | Object | Shipment Details Object |
Updated 2 months ago