{"note":"OpenAPI conversion -- returning structured metadata","name":"walmart-utilities","description":"Utilities Management","version":"unknown","base_url":"https://marketplace.walmartapis.com","endpoints":4,"raw":"@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"}