• Resolved vizzzio

    (@vizzzio)


    Good day!

    I am using a plugin to create a custom category in woocommerce. If I send a request through the rest api woocommerce, then the data of this category is not displayed in the response.
    How can i solve this problem?

Viewing 1 replies (of 1 total)
  • Plugin Support Paul Clark

    (@pdclark)

    This depends on how you’re registering your custom category in your plugin.

    For example, if you’re using register_taxonomy(), then you may need to set show_in_rest to true.

    See linked function for more details.

Viewing 1 replies (of 1 total)
  • The topic ‘Rest api custom category woocommerce’ is closed to new replies.