{"files":{"SKILL.md":"---\nname: branded-fares-upsell\ndescription: \"Branded Fares Upsell API skill. Use when working with Branded Fares Upsell for shopping. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Branded Fares Upsell\nAPI version: 1.2.0\n\n## Auth\nNo authentication required.\n\n## Base URL\nhttps://test.api.amadeus.com/v1\n\n## Setup\n1. No auth setup needed\n3. POST /shopping/flight-offers/upselling -- create first upselling\n\n## Endpoints\n\n1 endpoints across 1 groups. See references/api-spec.lap for full details.\n\n### shopping\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /shopping/flight-offers/upselling | Return a list of upsell Flight Offers based on given Flight Offers |\n\n## Common Questions\n\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a upselling?\" -> POST /shopping/flight-offers/upselling\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints typically return the created/updated object\n\n## CLI\n\n```bash\n# Update this spec to the latest version\nnpx @lap-platform/lapsh get branded-fares-upsell -o references/api-spec.lap\n\n# Search for related APIs\nnpx @lap-platform/lapsh search branded-fares-upsell\n```\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Branded Fares Upsell\n@base https://test.api.amadeus.com/v1\n@version 1.2.0\n@endpoints 1\n@toc shopping(1)\n\n@endpoint POST /shopping/flight-offers/upselling\n@desc Return a list of upsell Flight Offers based on given Flight Offers\n@required {X-HTTP-Method-Override: any # the HTTP method to apply, upsellFlightOffersBody: any # list of criteria to upsell a dedicated flight-offers}\n@returns(200) Successful Operation\n@errors {400: code    | title                                  ------- | -------------------------------------  477     | INVALID FORMAT 2668    | PARAMETER COMBINATION INVALID/RESTRICTED 2781    | INVALID LENGTH 4926    | INVALID DATA RECEIVED 32171   | MANDATORY DATA MISSING 39397   | UNABLE TO RETRIEVE UPSELL OFFER}\n\n@end\n"}}