action idtbeyond_get_iatu_products_reports_local_value { label: "Get the estimated Local Value of a product" description: "Returns a CSV of products, ranges, and their commissions percentages." provider: idtbeyond method: GET path: "/iatu/products/reports/local-value" encoding: json input: { type: "object" properties: { amount: { type: "string" } carrier_code: { type: "string" } country_code: { type: "string" } currency_code: { type: "string" } "x-idt-beyond-app-id": { type: "string" } "x-idt-beyond-app-key": { type: "string" } } required: ["amount", "carrier_code", "country_code", "currency_code", "x-idt-beyond-app-id", "x-idt-beyond-app-key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }