10-31-2022 10:35 AM
I am using the Creat label without an order API.
https://help.shipstation.com/hc/en-us/articles/360047043312-Create-Labels-Without-an-Order
It returns a JSON format for the label.
How do i convert that to a usable format?
What conversion needs to be done?
I am trying to do this via Power Automate or Zapier.
11-02-2022 01:41 PM
Howdy @Davidc,
I want to get you with the proper team for this, ASAP! Please reach out to our api support team at apisupport@shipstation.com, if you haven't done so yet! They will be happy to assist 🙂
11-14-2022 12:57 PM
According to the API documentation for the createlabel endpoint: "The labelData field returned in the response is a base64 encoded PDF value. Simply decode and save the output as a PDF file to retrieve a printable label."
Not sure how the no-code platforms would handle it, but the data to convert to pdf is there.