cancel
Showing results for 
Search instead for 
Did you mean: 

Export invoice through API

Export invoice through API

Hi,

 

Our customer which uses Magento 1.9 and wants us to extract the invoice in base64 or .pdf format. Does the Magento API have any possibility to do this ?

 

1 REPLY 1

Re: Export invoice through API

This isn't something that core API does. It's probably something you'll need to write an endpoint that will accept invoice ID and then it'll generate it for you.

----
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!