{"id":19922595,"url":"https://github.com/lasvegascoder/walmart-api","last_synced_at":"2026-06-10T19:31:00.381Z","repository":{"id":141256657,"uuid":"98777254","full_name":"LasVegasCoder/Walmart-API","owner":"LasVegasCoder","description":"Walmart Partner API SDK written in PHP","archived":false,"fork":false,"pushed_at":"2017-07-30T05:35:56.000Z","size":74,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-11-24T03:11:50.418Z","etag":null,"topics":["php","sdk","walmart","walmart-api"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LasVegasCoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-30T05:30:51.000Z","updated_at":"2019-09-27T03:03:07.000Z","dependencies_parsed_at":"2024-06-14T16:04:08.781Z","dependency_job_id":null,"html_url":"https://github.com/LasVegasCoder/Walmart-API","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LasVegasCoder/Walmart-API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LasVegasCoder%2FWalmart-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LasVegasCoder%2FWalmart-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LasVegasCoder%2FWalmart-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LasVegasCoder%2FWalmart-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LasVegasCoder","download_url":"https://codeload.github.com/LasVegasCoder/Walmart-API/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LasVegasCoder%2FWalmart-API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34168086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["php","sdk","walmart","walmart-api"],"created_at":"2024-11-12T22:11:39.342Z","updated_at":"2026-06-10T19:31:00.376Z","avatar_url":"https://github.com/LasVegasCoder.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Walmart Partner APIs PHP SDK\nThis library provides an easy to use interface to [Walmart's Partner APIs](https://developer.walmartapis.com/).\n\n[![Build Status](https://travis-ci.org/fillup/walmart-partner-api-sdk-php.svg?branch=master)](https://travis-ci.org/fillup/walmart-partner-api-sdk-php)\n[![Coverage Status](https://coveralls.io/repos/github/fillup/walmart-partner-api-sdk-php/badge.svg?branch=master)](https://coveralls.io/github/fillup/walmart-partner-api-sdk-php?branch=master)\n\n## Installation\nIt is easiest to use [Composer](https://getcomposer.org/) to install, simply run:\n\n    composer require fillup/walmart-partner-api-sdk-php:^1.0.9\n\nOr add to the ```require``` section of your ```composer.json``` file:\n\n    \"fillup/walmart-partner-api-sdk-php\": \"^1.0.9\"\n\n## Usage Documentation\n See [docs/README.md](docs/README.md)\n\n## API Coverage\nCurrently 100% (19 of 19) are supported by this SDK\n\n| Object    | Operation                     | SDK Class -\u003e Method   | Unit / Int Tested   | API Docs |\n|-----------|-------------------------------|-----------------------|---------------------|----------|\n| Feeds     | Get all feed statuses         | Feed -\u003e List          | Yes / Yes           |https://developer.walmartapis.com/#get-all-feed-statuses |\n|           | Get a feedItems status        | Feed -\u003e GetFeedItem   | Yes / Yes           |https://developer.walmartapis.com/#get-a-feeditems-status |\n|           | Get a feed status             | Feed -\u003e Get           | Yes / Yes           |https://developer.walmartapis.com/#get-a-feed-status |\n| Items     | Get all items                 | Item -\u003e List          | Yes / Yes           |https://developer.walmartapis.com/#get-all-items |\n|           | Get an item                   | Item -\u003e Get           | Yes / Yes           |https://developer.walmartapis.com/#get-an-item |\n|           | Retire an item                | Item -\u003e Retire        | Yes / Yes           |https://developer.walmartapis.com/#retire-an-item |\n|           | Bulk create/update items      | Item -\u003e Bulk          | Yes / Yes           |https://developer.walmartapis.com/#bulk-createupdate-items |\n| Prices    | Update a price                | Price -\u003e Update       | Yes / Yes           |https://developer.walmartapis.com/#update-a-price---v3-endpoint |\n|           | Update bulk prices            | Price -\u003e Bulk         | Yes / Yes           |https://developer.walmartapis.com/#update-bulk-prices |\n| Orders    | Get all released orders       | Order -\u003e ListReleased | Yes / Yes           |https://developer.walmartapis.com/#get-all-released-orders |\n|           | Get all orders                | Order -\u003e List         | Yes / Yes           |https://developer.walmartapis.com/#get-all-orders |\n|           | Get an order                  | Order -\u003e Get          | Yes / Yes           |https://developer.walmartapis.com/#get-an-order |\n|           | Acknowledge purchase order    | Order -\u003e Acknowledge  | Yes /               |https://developer.walmartapis.com/#acknowledging-purchase-orders |\n|           | Cancel order lines            | Order -\u003e Cancel       | Yes /               |https://developer.walmartapis.com/#cancelling-order-lines |\n|           | Refund order lines            | Order -\u003e Refund       | Yes /               |https://developer.walmartapis.com/#refunding-order-lines |\n|           | Shipping notification/updates | Order -\u003e Ship         | Yes /               |https://developer.walmartapis.com/#shipping-notificationsupdates |\n| Inventory | Get inventory for an item     | Inventory -\u003e Get      | Yes / Yes           |https://developer.walmartapis.com/#get-inventory-for-an-item |\n|           | Update inventory for an item  | Inventory -\u003e Update   | Yes / Yes           |https://developer.walmartapis.com/#update-inventory-for-an-item |\n|           | Bulk update inventory         | Inventory-\u003e Bulk      | Yes / Yes           |https://developer.walmartapis.com/#bulk-update-inventory |\n\n\n## todo\n - [ ] Perform integration testing for remaining Order APIs\n - [ ] Write middleware for error response handling to parse message from response xml\n\n## Reporting Issues\nPlease use Github Issues to report any problems you find or questions\nabout usage.\n\n## Contributing\nPull requests are welcome for improvements to the core library, tests,\nand documentation.\n\n#  No Warranty\n\nThis package is a free distribution, provided at no cost.\nIt does not come with any warranty, expressed or implied.\nSource code is provided for your convenience.\nWalmart does not assume any responsibilities for its quality or support.\n\n# License\n\nThe MIT License (MIT)\n\nCopyright (c) 2016 Phillip Shipley\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\"#Walmart-API\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flasvegascoder%2Fwalmart-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flasvegascoder%2Fwalmart-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flasvegascoder%2Fwalmart-api/lists"}