integrations.sh
← all integrations

walmart.com – inventory

OpenAPI apis-guru ecommerce

Maintaining up-to-date inventory for your items on Walmart.com ensures a great experience for your customers and greater sales opportunities for you.

Homepage
https://api.apis.guru/v2/specs/walmart.com:inventory/1.0.0.json
Provider
walmart.com:inventory / inventory
OpenAPI version
2.0
Spec (JSON)
https://api.apis.guru/v2/specs/walmart.com/inventory/1.0.0/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/walmart.com/inventory/1.0.0/openapi.yaml

Tools (9)

Extracted live via the executor SDK.

  • inventory.getInventory

    You can use this API to get the inventory for a given item.

  • inventory.getMultiNodeInventoryForAllSkuAndAllShipNodes

    This API will retrieve the inventory count for all of a seller's items across all ship nodes by item to ship node mapping. Inventory can be zero or non-zero. Please note that NextCursor value changes and it needs to be passed on from the previous call to next call.

  • inventory.getMultiNodeInventoryForSkuAndAllShipnodes

    This API will retrieve the inventory count for an item across all ship nodes or one specific ship node. You can specify the ship node for which you want to fetch the inventory

  • inventory.getWfsInventory

    You can use this API to get the current Available to Sell inventory quantities for all WFS items in your catalog. You can also query specific SKUs or filter to only items updated after a specific date in order to reduce the response size.

  • inventory.updateBulkInventory

    Updates inventory for items in bulk. Seller Can either use feed type "inventory" or "MP_INVENTORY"

    • Inventory spec 1.4 feed type: inventory
    • Inventory spec 1.5 feed type: MP_INVENTORY

    Please Note: Multi Node Inventory Update Feed (feedType=MP_INVENTORY) only supports JSON Request and Responses. Refer to "MultiNode_Bulk_Inventory_Update_Request.json" for the corresponding request sample

    Refer to the for more detailed guide around each of the feed types

    Refer to the throttling limits before uploading the Feed Files.

  • inventory.updateInventoryForAnItem

    Updates the inventory for a given item.

  • inventory.updateMultiNodeInventory

    This API will update the inventory for an item across one or more fulfillment centers, known as ship nodes.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools