{"files":{"SKILL.md":"---\nname: walmart-utilities-management\ndescription: \"Walmart Utilities Management API skill. Use when working with Walmart Utilities Management for utilities. Covers 4 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Walmart 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 -- verify access\n\n## Endpoints\n\n4 endpoints across 1 groups. See references/api-spec.lap for full details.\n\n### utilities\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v3/utilities/taxonomy | Walmart Taxonomy by Spec |\n| GET | /v3/utilities/taxonomy/departments | Walmart All Departments |\n| GET | /v3/utilities/taxonomy/departments/{departmentId} | Walmart All Categories |\n| GET | /v3/utilities/apiStatus | Walmart Api Platform Status |\n\n## Common Questions\n\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\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n\n## CLI\n\n```bash\n# Update this spec to the latest version\nnpx @lap-platform/lapsh get walmart-utilities-management -o references/api-spec.lap\n\n# Search for related APIs\nnpx @lap-platform/lapsh search walmart-utilities-management\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 Walmart 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 Walmart 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 Walmart 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 Walmart 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 Walmart 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"}}