HISE Logo Forum
    • Categories
    • Register
    • Login

    Get data from Woocommerce via server api

    Scheduled Pinned Locked Moved Scripting
    authenticationserverapiwoocommerce
    109 Posts 11 Posters 9.4k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Dan KorneffD
      Dan Korneff @d.healey
      last edited by

      @d-healey I use woo + Amazon. What's a custom endpoint?

      Dan Korneff - Producer / Mixer / Audio Nerd

      d.healeyD 1 Reply Last reply Reply Quote 0
      • d.healeyD
        d.healey @Dan Korneff
        last edited by

        @dustbro Custom endpoint is server side code that you can interact with through POST/GET requests.

        Link Preview Image
        Adding Custom Endpoints – REST API Handbook | Developer.WordPress.org

        The WordPress REST API is more than just a set of default routes. It is also a tool for creating custom routes and endpoints. The WordPress…

        favicon

        WordPress Developer Resources (developer.wordpress.org)

        Libre Wave - Freedom respecting instruments and effects
        My Patreon - HISE tutorials
        YouTube Channel - Public HISE tutorials

        1 Reply Last reply Reply Quote 1
        • orangeO
          orange
          last edited by orange

          I contacted the developer of Woocommerce License Manager plugin.

          He is now building a new API that uses JWT Authorization (without API secret or key usage) with much more usable than Woocommerce API stuff. If any of you are interested, there will be no need to make custom endpoints if this new API will be finished.

          Below POST/GET requests (such as Activate / Deactivate License with Machine ID, Get Purchased Products, Get Product Image / Meta Data, Add License that bought from a reseller...etc) can be made with only a user login and this API. User roles can be adjusted also.

          alt text

          develop Branch / XCode 13.1
          macOS Monterey / M1 Max

          1 Reply Last reply Reply Quote 1
          • d.healeyD
            d.healey
            last edited by

            I'll still need to custom endpoints, the APIs don't provide all the options I need.

            Libre Wave - Freedom respecting instruments and effects
            My Patreon - HISE tutorials
            YouTube Channel - Public HISE tutorials

            orangeO 1 Reply Last reply Reply Quote 0
            • orangeO
              orange @d.healey
              last edited by orange

              @d-healey said in Get data from Woocommerce via server api:

              I'll still need to custom endpoints, the APIs don't provide all the options I need.

              Which kind of endpoints do you need more?

              develop Branch / XCode 13.1
              macOS Monterey / M1 Max

              1 Reply Last reply Reply Quote 0
              • Y
                yall
                last edited by

                @d-healey I tried to read everything and understand it is still very difficult. would it be possible to have an example of how to load an image from a server? this could help to better understand this system. I have tried many times without success. I myself have a nas at home but I can't. if you want it of course :)

                d.healeyD 1 Reply Last reply Reply Quote 0
                • d.healeyD
                  d.healey @yall
                  last edited by d.healey

                  @yall said in Get data from Woocommerce via server api:

                  would it be possible to have an example of how to load an image from a server?

                  Link Preview Image
                  Images from server

                  If I clear that list then it will download again. Does this list persist in the compiled plugin or is it just in HISE? Nope, that's also the functionality i...

                  favicon

                  Forum (forum.hise.audio)

                  @orange said in Get data from Woocommerce via server api:

                  Which kind of endpoints do you need more?

                  A custom one :p It's a lot to explain but basically I'm letting the user log in from my plugin, I display all of the products available on my site that can be loaded as an expansion, I also indicate which products the user has a license for and allow them to install/uninstall those ones. I want to do this in as few server requests as possible, using a custom end point allows me to do everything except installing in 2 requests. And a few additional requests to download product images. The number of requests required for installing depends on the number of .hr files that are needed.

                  Anyway the problem I'm having at the moment is the WooCommerce function to provide an S3 download link is not working properly. I've asked on the WooCommerce support page but no luck so far.

                  Update: I solved my issue, I'd setup my Amazon credentials incorrectly.

                  Libre Wave - Freedom respecting instruments and effects
                  My Patreon - HISE tutorials
                  YouTube Channel - Public HISE tutorials

                  Dan KorneffD 1 Reply Last reply Reply Quote 3
                  • Dan KorneffD
                    Dan Korneff @d.healey
                    last edited by

                    @d-healey said in Get data from Woocommerce via server api:

                    display all of the products available on my site that can be loaded as an expansion

                    I can't wait to buy this from you :)

                    Dan Korneff - Producer / Mixer / Audio Nerd

                    1 Reply Last reply Reply Quote 2
                    • orangeO
                      orange
                      last edited by orange

                      As I previously mentioned, I've contacted to the developer of Woocommerce License Manager.

                      For anyone who is interested, Woocommerce License Manager API v3 will be released soon. I think this plugin will be very useful for anyone is using Woocommerce to sell the software. This version will have:

                      • JWT Authentication (no api keys needed to embed in your software),
                      • Activate / Deactivate License with Machine ID (max. activation number can be assigned)
                      • Get Purchased Products, Get Product Meta Data,
                      • Register License that sold by resellers

                      And other ton's of features. API documentation is here: https://firassaidi.com/docs/documentation-woocommerce-license-manager/api-version-3/authentication-jwt/

                      develop Branch / XCode 13.1
                      macOS Monterey / M1 Max

                      DanHD 1 Reply Last reply Reply Quote 3
                      • DanHD
                        DanH @orange
                        last edited by

                        @orange Don't suppose they mentioned how soon did they?! :D

                        DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                        https://dhplugins.com/ | https://dcbreaks.com/
                        London, UK

                        orangeO 1 Reply Last reply Reply Quote 1
                        • Christoph HartC
                          Christoph Hart
                          last edited by

                          That's great news. I was thinking about building a generic example project that talks to a WooCommerce store and implements a proper copy protection system, but then I have no experience with Wordpress and plugins whatsoever so if anyone is interested in doing the stuff on this side, it will highly increase the probability of getting realised.

                          orangeO 1 Reply Last reply Reply Quote 1
                          • d.healeyD
                            d.healey
                            last edited by

                            @orange Will it have a system for transferring licenses between users? Will it be possible for a user to increase the max activations by purchasing additional licenses?

                            Libre Wave - Freedom respecting instruments and effects
                            My Patreon - HISE tutorials
                            YouTube Channel - Public HISE tutorials

                            orangeO 1 Reply Last reply Reply Quote 0
                            • orangeO
                              orange @Christoph Hart
                              last edited by orange

                              @Christoph-Hart said in Get data from Woocommerce via server api:

                              That's great news. I was thinking about building a generic example project that talks to a WooCommerce store and implements a proper copy protection system, but then I have no experience with Wordpress and plugins whatsoever so if anyone is interested in doing the stuff on this side, it will highly increase the probability of getting realised.

                              Yes if there would be an example, it would be great. About this, I haven't done anything yet too, except a couple of endpoint trials.

                              Also if I have time to implement something, I will definately let you know. If you need some wordpress JWT examples or a woocomemrce help, I can definately help with my limited knowledge.

                              develop Branch / XCode 13.1
                              macOS Monterey / M1 Max

                              1 Reply Last reply Reply Quote 0
                              • orangeO
                                orange @d.healey
                                last edited by

                                @d-healey said in Get data from Woocommerce via server api:

                                @orange Will it have a system for transferring licenses between users? Will it be possible for a user to increase the max activations by purchasing additional licenses?

                                I think license transfer between users is not possible right now.
                                But there is a "maximum instance" setting for defining max. activations. In this case, the machine ID will be needed of course.

                                develop Branch / XCode 13.1
                                macOS Monterey / M1 Max

                                d.healeyD 1 Reply Last reply Reply Quote 0
                                • orangeO
                                  orange @DanH
                                  last edited by

                                  @DanH said in Get data from Woocommerce via server api:

                                  @orange Don't suppose they mentioned how soon did they?! :D

                                  I think it will be ready soon, really :)

                                  develop Branch / XCode 13.1
                                  macOS Monterey / M1 Max

                                  1 Reply Last reply Reply Quote 0
                                  • d.healeyD
                                    d.healey @orange
                                    last edited by

                                    @orange

                                    But there is a "maximum instance" setting for defining max. activations. In this case, the machine ID will be needed of course.

                                    If the user buys a product, and then a week later comes back to buy the same product again, will they get a new license or will it increase the max activations on their existing license?

                                    Libre Wave - Freedom respecting instruments and effects
                                    My Patreon - HISE tutorials
                                    YouTube Channel - Public HISE tutorials

                                    orangeO 1 Reply Last reply Reply Quote 0
                                    • orangeO
                                      orange @d.healey
                                      last edited by

                                      @d-healey said in Get data from Woocommerce via server api:

                                      @orange

                                      But there is a "maximum instance" setting for defining max. activations. In this case, the machine ID will be needed of course.

                                      If the user buys a product, and then a week later comes back to buy the same product again, will they get a new license or will it increase the max activations on their existing license?

                                      New license key will be assigned.

                                      develop Branch / XCode 13.1
                                      macOS Monterey / M1 Max

                                      1 Reply Last reply Reply Quote 1
                                      • orangeO
                                        orange
                                        last edited by orange

                                        For your information guys,

                                        Woocmmerce License Manager API v3 has been released, Thanks Firas (developer of this plugin) for the patience about my nonstop shameless requests :)

                                        With all of the new API endpoints and JWT Authorization features, I can definately say that this plugin is one of the greatest and secure "in the box" solutions for Woocommerce License management that you can find!

                                        • JWT Authentication (no api keys needed to embed in your software),
                                        • Activate / Deactivate License with Machine ID (max. activation number can be assigned)
                                        • Get Purchased Products, Get Product Meta Data (no need to dig into complex shitty Woocommerce REST API anymore)
                                        • Register License that sold by resellers
                                        • And other ton's of features

                                        Plugin: https://codecanyon.net/item/woocommerce-license-manager/16636748?ref=firassaidi

                                        API documentation: https://firassaidi.com/docs/documentation-woocommerce-license-manager/api-version-3/get-license-details/

                                        develop Branch / XCode 13.1
                                        macOS Monterey / M1 Max

                                        1 Reply Last reply Reply Quote 1
                                        • d.healeyD
                                          d.healey
                                          last edited by

                                          @orange Thanks, this looks great.

                                          Libre Wave - Freedom respecting instruments and effects
                                          My Patreon - HISE tutorials
                                          YouTube Channel - Public HISE tutorials

                                          1 Reply Last reply Reply Quote 1
                                          • C
                                            clumsybear
                                            last edited by

                                            May I ask in all respect why bother with this stuff at all when it can get stripped away easily by any script kiddy looking to get props from the scene release community?

                                            It just seems like a lot of work for something that’s not secure at all.

                                            No offense, just want to know if I missed something.

                                            d.healeyD orangeO 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            22

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            102.4k

                                            Posts