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