{"files":{"SKILL.md":"---\nname: utilities-management\ndescription: \"Utilities Management API skill. Use when working with Utilities Management for utilities. Covers 4 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Utilities Management\n\n## Auth\nApiKey WM_SEC.ACCESS_TOKEN in header\n\n## Base URL\nhttps://marketplace.walmartapis.com\n\n## Setup\n1. Set your API key in the appropriate header\n2. GET /v3/utilities/taxonomy -- taxonomy by spec\n3. Explore available endpoints below\n\n## Endpoints\n4 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Utilities\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v3/utilities/taxonomy | Taxonomy by spec |\n| GET | /v3/utilities/taxonomy/departments | All Departments |\n| GET | /v3/utilities/taxonomy/departments/{departmentId} | All Categories |\n| GET | /v3/utilities/apiStatus | API Platform Status |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all taxonomy?\" -> GET /v3/utilities/taxonomy\n- \"List all departments?\" -> GET /v3/utilities/taxonomy/departments\n- \"Get department details?\" -> GET /v3/utilities/taxonomy/departments/{departmentId}\n- \"List all apiStatus?\" -> GET /v3/utilities/apiStatus\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 Utilities Management\n@base https://marketplace.walmartapis.com\n@auth ApiKey WM_SEC.ACCESS_TOKEN in header\n@endpoints 4\n@toc utilities(4)\n\n@endpoint GET /v3/utilities/taxonomy\n@desc Taxonomy by spec\n@required {WM_SEC.ACCESS_TOKEN: str # The access token retrieved in the Token API call, WM_QOS.CORRELATION_ID: str # A unique ID which identifies each API call and used to track and debug issues; use a random generated GUID for this ID, WM_SVC.NAME: str # Walmart Service Name}\n@optional {feedType: str(item/MP_ITEM/MP_WFS_ITEM/MP_MAINTENANCE) # Specifies the Feed Type, version: str(3.2/4.0/4.1/4.2) # Specifies the version for the Feed Type, WM_CONSUMER.CHANNEL.TYPE: str # A unique ID to track the consumer request by channel. Use the Consumer Channel Type received during onboarding}\n@returns(200) {status: str, payload: [map]} # Successful Operation\n\n@endpoint GET /v3/utilities/taxonomy/departments\n@desc All Departments\n@required {WM_SEC.ACCESS_TOKEN: str # The access token retrieved in the Token API call, WM_QOS.CORRELATION_ID: str # A unique ID which identifies each API call and used to track and debug issues; use a random generated GUID for this ID, WM_SVC.NAME: str # Walmart Service Name}\n@optional {WM_CONSUMER.CHANNEL.TYPE: str # A unique ID to track the consumer request by channel. Use the Consumer Channel Type received during onboarding}\n@returns(200) {status: str, payload: [map]} # Successful Operation\n\n@endpoint GET /v3/utilities/taxonomy/departments/{departmentId}\n@desc All Categories\n@required {departmentId: str # departmentId, WM_SEC.ACCESS_TOKEN: str # The access token retrieved in the Token API call, WM_QOS.CORRELATION_ID: str # A unique ID which identifies each API call and used to track and debug issues; use a random generated GUID for this ID, WM_SVC.NAME: str # Walmart Service Name}\n@optional {WM_CONSUMER.CHANNEL.TYPE: str # A unique ID to track the consumer request by channel. Use the Consumer Channel Type received during onboarding}\n@returns(200) {status: str, response: map{departmentName: str, departmentId: str, category: [map]}} # Successful Operation\n\n@endpoint GET /v3/utilities/apiStatus\n@desc API Platform Status\n@required {WM_SEC.ACCESS_TOKEN: str # The access token retrieved in the Token API call, WM_QOS.CORRELATION_ID: str # A unique ID which identifies each API call and used to track and debug issues; use a random generated GUID for this ID, WM_SVC.NAME: str # Walmart Service Name}\n@optional {WM_CONSUMER.CHANNEL.TYPE: str # A unique ID to track the consumer request by channel. Use the Consumer Channel Type received during onboarding}\n@returns(200) {apiStatuses: [map]} # Successful Operation\n\n@end\n"}}