Currently the ShipStation API will only return label data when the label
is created (POST /shipments/createlabel). It would be very useful for us
to be able to pull the label data through the list shipments endpoint
(GET /shipments). As this will inc...
We would like to get the label data for our shipments, however the
labelData field is always null. Is there a specific parameter not yet
documented that we need to add to include the labelData in our results?
Referencing: List Shipments