action ix_api_product_offerings_read { label: "product_offerings_read" description: "Get a single products-offering by id." provider: ix_api method: GET path: "/product-offerings/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { description: "Polymorphic Product Offering" type: "object" } }