jasonknight/woocommerce-json-api

get_supported_attributes specifies "id" for "Category"

Closed this issue · 0 comments

 "Category": {
        "id": {
          "name": "term_id",
          "type": "number",
          "sizehint": 1
        },

Not sure if this is intentional, but I don't think so because Category is the only class that has a supported id attribute.