# Inventory Management **Provider:** Inventory Management **Category:** ecommerce **Base URL:** `https://marketplace.walmartapis.com` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://marketplace.walmartapis.com ## Description Maintaining up-to-date inventory for your items on Walmart.com ensures a great experience for your customers and greater sales opportunities for you. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://marketplace.walmartapis.com/v3/feeds` | Bulk Item Inventory Update | | GET | `https://marketplace.walmartapis.com/v3/fulfillment/inventory` | WFS Inventory | | GET | `https://marketplace.walmartapis.com/v3/inventories` | Multiple Item Inventory for All Ship Nodes | | GET | `https://marketplace.walmartapis.com/v3/inventories/{sku}` | Single Item Inventory by Ship Node | | PUT | `https://marketplace.walmartapis.com/v3/inventories/{sku}` | Update Item Inventory per Ship Node | | GET | `https://marketplace.walmartapis.com/v3/inventory` | Inventory | | PUT | `https://marketplace.walmartapis.com/v3/inventory` | Update inventory | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://marketplace.walmartapis.com/v3/feeds' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/inventory-management/) — CC BY 4.0*