action jumpseller_get_products_id_digital_products_count_json { label: "Count all Product DigitalProducts." provider: jumpseller method: GET path: "/products/{id}/digital_products/count.json" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int32" } } required: ["id"] additionalProperties: false } output: { properties: { count: { type: "integer" format: "int32" } } } }