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