action beezup_get_channel_catalog_product_value_override_copy { label: "Get channel catalog product value override compatibilities status" provider: beezup method: GET path: "/v2/user/channelCatalogs/{channelCatalogId}/products/{productId}/overrides/copy" encoding: json input: { type: "object" properties: { channelCatalogId: { type: "string" format: "guid" } productId: { type: "string" format: "guid" } } required: ["channelCatalogId", "productId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }