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