action beezup_get_channel_catalog_product_info { label: "Get channel catalog product information" provider: beezup method: GET path: "/v2/user/channelCatalogs/{channelCatalogId}/products/{productId}" encoding: json input: { type: "object" properties: { channelCatalogId: { type: "string" format: "guid" } productId: { type: "string" format: "guid" } } required: ["channelCatalogId", "productId"] additionalProperties: false } output: { type: "object" } }