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