Webshipper Get Shipment
Retrieves shipment details from Webshipper for an order. Use it to look up label and carrier information for a Webshipper order.
What it does
- Calls the Webshipper API for shipments linked to the order ID.
- Returns the first matching shipment object.
- Returns whether a shipment was found.
Notes
- Shipment ID here is the Webshipper order ID used in the API path.
Inputs
| Name | Type | Description |
|---|---|---|
| Shipment ID | String | Shipment ID |
| Domain | String | Domain |
| Access Token | String (sensitive) | Access token |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether the order was successfully retrieved |
| Shipment | Object | Shipment Object |