action jumpseller_get_categories_count_json { label: "Count all Categories." provider: jumpseller method: GET path: "/categories/count.json" encoding: json output: { properties: { count: { type: "integer" format: "int32" } } } }