When I create an instance of Shippo::Transaction
, I get access to transaction pdf from label_url
field. How can I get access to pdf for return label?
I tried to create an instance of Shippo::Shipment
with address_return
or/and return_of
fields and I received any link to my return label pdf from API response. I can do it only using web version.
I haven't found anything about this issue in API documentation.