action beezup_get_channel_catalogs { label: "List all your current channel catalogs" provider: beezup method: GET path: "/v2/user/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: { add: { type: "object" } beezUPColumns: { type: "object" } filterOperators: { type: "object" } self: { type: "object" } } } lovLinks: { type: "object" properties: { channelCatalogExclusionFilterOperatorLov: { type: "object" description: "Describe the way you have to follow to get access to the LOV" required: ["href"] properties: { href: { type: "string" format: "uri" description: "Indicate the uri to the list of value" } method: { type: "string" description: "Indicate the http method to use on this link" enum: ["GET", "POST", "PATCH", "DELETE", "PUT", "HEAD"] } } } channelCatalogExportCacheStatusLov: { type: "object" description: "Describe the way you have to follow to get access to the LOV" required: ["href"] properties: { href: { type: "string" format: "uri" description: "Indicate the uri to the list of value" } method: { type: "string" description: "Indicate the http method to use on this link" enum: ["GET", "POST", "PATCH", "DELETE", "PUT", "HEAD"] } } } } } } } }