Web service integration with WooCommerce in AL and Business Central

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024
  • Find more information at my blog www.hougaard.com or follow me on / ehougaard
    Source code can be found here: github.com/hou...

Комментарии • 16

  • @kerimkaran3842
    @kerimkaran3842 Год назад

    Great video… if it came out a few weeks ago it could have saved me some hours of research especially with your explanation of concepts on JSON and Http.

  • @LSe-j8d
    @LSe-j8d Месяц назад

    Hi Erik, thank you for this video. I'm following your steps, but I'm getting an annoying "Sorry, the current permissions" error with the codeunit. I tried creating generated permissions, but nothing allows me past this point. (In an onprem dev environment) Is there something else I can try?

    • @Hougaard
      @Hougaard  Месяц назад +1

      The word Permissions is sometimes used instead of license

    • @LSe-j8d
      @LSe-j8d Месяц назад

      @@Hougaard Thank you! That was the problem. #alwayslearning

  • @robkaplan7275
    @robkaplan7275 Год назад

    Erik, great content. I was able to create a connection and read products. however, when i try today from BC, I am getting a 403 forbidden error. But when I test in Postman, I'm able to run the get command and retrieve all products. Any ideas why BC would be giving me a 403 error now but last week, it did not? thanks

  • @joergrau5689
    @joergrau5689 Год назад

    I see there is an app for Woo in AppSource (I’m not the publisher or associated with them). I just like to rather buy then build if possible. How many lines of code can you write in your life time? We should use the time to build new things. Good video though to encourage integration with other systems.

    • @Hougaard
      @Hougaard  Год назад

      In my case, I need data from a custom table in Woo (serial numbers issued per order), so the integration offered by AppSource apps wasn't sufficient.
      Anyway, as you have seen, I can write many lines of code in a very short time :)

  • @ankurwani9098
    @ankurwani9098 Год назад

    HI Erik, Similarly Continue this video on next level for Post and Patch Request using web service in AL. Thanks 👍

  • @jakobsabinsky3994
    @jakobsabinsky3994 Год назад

    Awesome Erik 👍

  • @ant1d0te
    @ant1d0te Год назад

    Hi Erik, could you please tell what is Product Attributes and Product Attribute terms in WooCommerce? How can the be corresponded to BC in case of necessity to have some kind of sync?

    • @Hougaard
      @Hougaard  Год назад

      Item attributes?

    • @ant1d0te
      @ant1d0te Год назад

      @@Hougaard looks like, but how to interpret? attribute terms - as attribute names? and then attributes as values?

  • @BreadPrince-fj6zf
    @BreadPrince-fj6zf Год назад

    Hi Erik, how about HTTP Basic Access Authentication to apply in code unit?

    • @Hougaard
      @Hougaard  Год назад

      What?

    • @BreadPrince-fj6zf
      @BreadPrince-fj6zf Год назад

      @@Hougaard For you situation, you apply the api key and api secret in URL. But my situation is cannot apply url because don't havet hat query. So any idea for this issue?