cancel
Showing results for 
Search instead for 
Did you mean: 

Label without order API Help needed

Davidc
Occasional Contributor

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.

2 REPLIES 2

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 🙂 

From Moderator Davis, May the force be with you!

yohei
Occasional Contributor

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.