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