dakboard / Cloud-Platform

Feature requests, enhancements and anything you'd like to see in DAKboard!
https://dakboard.com
168 stars 39 forks source link

Feature request: Wordpress/Woocommerce KPI integration #992

Closed maxmueller89 closed 2 years ago

maxmueller89 commented 3 years ago

As Wordpress and Woocommerce are one of the biggest CMS providers, it would be a great benefit for online businesses to be able to retrieve KPI numbers from that source.

Example use case: a dakboard where either management or warehouse employees see the number of sales or new orders per day/week etc. + the rest of the cool features of dakboard!

cocarrig commented 2 years ago

Hi @maxmueller89,

With a DAKboard fetch block, we believe you can gather these KPIs and display them effectively. Can you review the following REST API documentation from Woocommerce and our fetch article and let us know if you have any issues setting this up? We dont unfortunately use Woocommerce and don't have an instance to test. https://woocommerce.com/document/woocommerce-rest-api/ https://woocommerce.github.io/woocommerce-rest-api-docs/#http-request

https://dakboard.freshdesk.com/support/solutions/articles/35000062047-external-data-fetch-formatting-options

For now we will close this request, but if this is not capable please reply and help us understand where enhancements may need to be made to do so. Thanks.

maxmueller89 commented 2 years ago

Hi Corey,

Thank you for your message.

I have checked that function unsuccessfully. Check the attached images.

I haven't been able to retrieve the data even with key and secret. How is Dakboard fetching the data (what language) from external sources?

Best regards, Max


Von: Corey Carrigan @.> Gesendet: Dienstag, 29. März 2022 15:37 An: dakboard/Cloud-Platform @.> Cc: Maximilian Müller @.>; Mention @.> Betreff: Re: [dakboard/Cloud-Platform] Feature request: Wordpress/Woocommerce KPI integration (#992)

Hi @maxmueller89https://github.com/maxmueller89,

With a DAKboard fetch block, we believe you can gather these KPIs and display them effectively. Can you review the following REST API documentation from Woocommerce and our fetch article and let us know if you have any issues setting this up? We dont unfortunately use Woocommerce and don't have an instance to test. https://woocommerce.com/document/woocommerce-rest-api/ https://woocommerce.github.io/woocommerce-rest-api-docs/#http-request

https://dakboard.freshdesk.com/support/solutions/articles/35000062047-external-data-fetch-formatting-options

For now we will close this request, but if this is not capable please reply and help us understand where enhancements may need to be made to do so. Thanks.

— Reply to this email directly, view it on GitHubhttps://github.com/dakboard/Cloud-Platform/issues/992#issuecomment-1081883532, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABSVE3LIKVTF7LGAXEMY5CLVCMBSRANCNFSM4WT4K3VQ. You are receiving this because you were mentioned.Message ID: @.***>

cocarrig commented 2 years ago

Hi @maxmueller89,

We are fetching via JSON, and based off the documentation the authentication should be via username and password like the below form: +++++++CORRECTION IN NEXT COMMENT+++++++++

image

Your images did not come across, feel free to attach them into github here or you can each out to us directly by creating a support ticket if you cannot obfuscate details you do not wish to share:

cocarrig commented 2 years ago

Hi Team,

For visibility, the Username/Password option will not function for the formatting that is needed. Instead the authorization type:None will need to be selected, and a formatted URL like the one shown below used: https://www.example.com/wp-json/wc/v3/orders?consumer_key=123&consumer_secret=abc

image
gust1527 commented 2 months ago

Did you ever get this working @maxmueller89? Looking into creating a dashboard for our store using Dakboard aswell