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

NameTypeDescription
Shipment IDStringShipment ID
DomainStringDomain
Access TokenString (sensitive)Access token

Outputs

NameTypeDescription
SuccessBooleanWhether the order was successfully retrieved
ShipmentObjectShipment Object

Notes

API reference