- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2018
10:17 PM
10-02-2018
10:17 PM
Hello @pratap_penmetsa,
Please below REST endpoint URL to generate invoice
Endpoint URL: http://magento.com/index.php/rest/V1/order/{order_id}/invoice Request: POST Header: Authorization bearer {access-token}}
I have also tried above Rest API, You can check result here https://www.screencast.com/t/xOCyjalmT
After get invoice id, you can get invoice data by http://magento.com/index.php/rest/V1/invoices/{id} rest api, You can check more detail in my previous comment.
--
If my answer is useful, please Accept as Solution & give Kudos
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2018
10:25 PM
10-02-2018
10:25 PM
Hello @pratap_penmetsa
Have you tried with
rest/V1/order/{order_id}/invoice
Order_id param is required in this
If you want invoice data you can follow below API url:
Here id you will get from previous API.
If this is not working at your end then there is something different issue.
Manish Mittal
https://www.manishmittal.com/
https://www.manishmittal.com/
- « Previous
-
- 1
- 2
- Next »