action beezup_get_legacy_tracking_channel_catalogs { label: "List all your current channel catalogs configured to use legacy tracking format" provider: beezup method: GET path: "/v2/user/legacyTracking/channelCatalogs/" encoding: json input: { type: "object" properties: { storeId: { type: "string" format: "guid" } } additionalProperties: false } output: { type: "object" description: "This is the index of the channel catalog API" properties: { channelCatalogs: { type: "object" description: "The channel catalog list. The key is the channel catalog identifier" } links: { type: "object" description: "Indicates how global actions you can do like how to create a channel catalog, exclusion filter operators, etc...\n" properties: { self: { type: "object" } } } } } }