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