Support » Plugin: WooCommerce » Pass webhook payload language data of a multilanguage webshop

  • Resolved Vane

    (@vanetreg)


    I’d like to get/set Woocommerce product, order, customer etc. data via webhooks.
    I see there is only a system property called “language” what I can use
    ( https://woocommerce.github.io/woocommerce-rest-api-docs/?php#system-status-properties )
    In case of a multilanguage webshop it is a must not only to get the system language but the language of the specific order (or more broadly the language of the webhook payload)!
    A webshop in the US might process an order differently if that is made in Spanish (instead of default US English)!
    How can we solve this challenge, is there any solution or at least a partial workaround?

    • This topic was modified 2 years, 7 months ago by Vane.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support con

    (@conschneider)

    Engineer

    Hi there,

    How can we solve this challenge, is there any solution or at least a partial workaround?

    WooCommerce per default supports one main language. You will need to take a look at multi language plugins and whether they also come with support for webhooks additionally.
    Another approach that can work is to use https://woocommerce.com/products/multilingualpress/ – this uses multisite to manage multiple languages.

    Kind regards,

    Hi @vanetreg

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. If you have further questions, please feel free to open a new topic.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pass webhook payload language data of a multilanguage webshop’ is closed to new replies.