action lufthansa_lh_deep_links_itco { label: "LH Deep Links - ITCO" description: "Returns valid LH deep links (ITCO - links to shopping cart on LH.COM)" provider: lufthansa method: GET path: "/offers/fares/deeplink/itco" encoding: json input: { type: "object" properties: { Accept: { type: "string" } "cabin-class": { type: "string" } catalogues: { type: "string" } country: { type: "string" } destination: { type: "string" } "encryption-key": { type: "string" } fare: { type: "string" } "fare-currency": { type: "string" } lang: { type: "string" } "net-fare": { type: "string" } origin: { type: "string" } "outbound-segments": { type: "string" } partnerid: { type: "string" } "return-date": { type: "string" } "return-segments": { type: "string" } trackingid: { type: "string" } "travel-date": { type: "string" } travelers: { type: "string" } } required: ["Accept", "catalogues", "country", "destination", "fare", "fare-currency", "lang", "origin", "outbound-segments", "trackingid", "travel-date"] additionalProperties: false } output: { type: "string" } }