PDF invoice / Vendor vacation API calls

WCMp PDF Invoice

Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #142425
      pfiori
      Participant

      Hi,

      I am building an app using WordPress, Woocommerce and WCMp as a headless CMS and I would like to know if it is possible to :
      – Generate PDF invoices with an API call
      – Manage de vendor vacation plugin with an API call

      Thanks in advance and have a good day !

    • #142439

      – In case of vacation this is completely possible. Because we have saved everything on usermeta/postmeta/options table. so by using wodpress api call you can easily achive this.
      – In case of pdf invoice everyting is directly possible except pdg generate. admin end this is possbile directly because we have added a select option on wordpress select section on order page and order listing page. So everyting is on wordpress default structure. But in case of vendor end you have to create a funtion on register_rest_route.

    • #142477
      pfiori
      Participant

      Ok nice ! Thank you for your answer
      Have a nice day

    • #142616

      We are happy to help 🙂

Viewing 3 reply threads

The topic ‘PDF invoice / Vendor vacation API calls’ is closed to new replies.