{"files":{"SKILL.md":"---\nname: flight-offers-price\ndescription: \"Flight Offers Price API skill. Use when working with Flight Offers Price for shopping. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Flight Offers Price\nAPI version: 1.3.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/pricing -- create first pricing\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/pricing | Confirm pricing of given flightOffers. |\n\n## Common Questions\n\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a pricing?\" -> POST /shopping/flight-offers/pricing\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 flight-offers-price -o references/api-spec.lap\n\n# Search for related APIs\nnpx @lap-platform/lapsh search flight-offers-price\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 Flight Offers Price\n@base https://test.api.amadeus.com/v1\n@version 1.3.0\n@endpoints 1\n@toc shopping(1)\n\n@endpoint POST /shopping/flight-offers/pricing\n@desc Confirm pricing of given flightOffers.\n@required {X-HTTP-Method-Override: any # the HTTP method to apply, priceFlightOffersBody: any # list of criteria to confirm the price of a dedicated flight-offers}\n@optional {include: any # Sub-resources to be included:  * **credit-card-fees** to get the credit card fee applied on the booking  * **bags** to get extra bag options  * **other-services** to get services options  * **detailed-fare-rules** to get detailed fare rules options, forceClass: any # parameter to force the usage of booking class for pricing - **true**, to for pricing with the specified booking class - **false**, to get the best available price}\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}\n\n@end\n"}}