{"files":{"SKILL.md":"---\nname: commerce-api\ndescription: \"Commerce API skill. Use when working with Commerce for commerce. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Commerce API\nAPI version: v2\n\n## Auth\nApiKey X-SSL-CERT-UID in header\n\n## Base URL\nhttps://www.ticketmaster.com/commerce/v2\n\n## Setup\n1. Set your API key in the appropriate header\n2. GET /commerce/v2/events/{eventId}/offers -- event offers\n3. Explore available endpoints below\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Commerce\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /commerce/v2/events/{eventId}/offers | Event Offers |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all offers?\" -> GET /commerce/v2/events/{eventId}/offers\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\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 Commerce API\n@base https://www.ticketmaster.com/commerce/v2\n@version v2\n@auth ApiKey X-SSL-CERT-UID in header\n@endpoints 1\n@toc commerce(1)\n\n@endpoint GET /commerce/v2/events/{eventId}/offers\n@desc Event Offers\n@required {eventId: any # Event Identifier}\n@optional {X-SSL-CERT-UID: any # API Key for external API developer, X-TM-ACCESS-TOKEN: any # Access token for, access_token: any # Query Param Access Token, api-key: any # Query Param API Key for external API developer, body: str # displayId to un-hide protected offers}\n@returns(200) successful operation\n\n@end\n"}}