action pims_fetch_all_price_ranges { label: "Find all price ranges" provider: pims method: GET path: "/price-ranges" encoding: json input: { type: "object" properties: { label: { type: "string" } show_ignored: { type: "string" } sort: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }