action beezup_catalog_get_custom_column_expression { label: "Get the encrypted custom column expression" provider: beezup method: GET path: "/v2/user/catalogs/{storeId}/customColumns/{columnId}/expression" encoding: json input: { type: "object" properties: { columnId: { type: "string" format: "guid" } storeId: { type: "string" format: "guid" } } required: ["columnId", "storeId"] additionalProperties: false } output: { type: "string" } }