• luxcommunications

    (@luxcommunications)


    Hello!

    We have created an online store with WooCommerce and manage the products completely via the REST API.
    Now we have created two additional taxonomies with the plugin “Custom Post Type UI” to use these new saved properties in the product filter of the store.

    My problem now is that I cannot currently access the new taxonomy properties via REST API. In other words, I cannot assign the product to the properties of the taxonomy.
    What do I have to do so that I can now access the corresponding property from the taxonomy for each individual product via the REST API?
    I would be very grateful for any quick help.

    Kind regards
    Marcel

    Site password: ddt2025

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Did you make sure to leave “Show in REST API” set to true with the taxonomy? Should be true by default, but doesn’t hurt to double check.

    Beyond that, I’m not presently sure as this isn’t something that we have any sort of specific setting for. We by and large stick with collecting the arguments to pass to register_post_type() and register_taxonomy()

    In what ways are you making the request to things? Can you provide some example code or an example HTTP request that I could try to emulate?

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.