Update pricing
Walmart Marketplace offers two flexible methods to update item pricing. Your choice of method depends on the size of your catalog, how frequently your products' prices change, and the level of automation you need.
Single SKU pricing update
Use this method to make quick, real-time changes to individual product prices. For example, when adjust the pricing of a single item to optimize pricing in response to competitors or when fixing a pricing error; you can send a direct POST
request with the SKU, price, and currency to instantly update pricing. This lightweight approach is an efficient solution for small-scale or on-the-fly updates.
- Learn more: Update pricing for a single item
- Marketplace Pricing API Reference: Pricing API
Bulk updates pricing
For larger or scheduled pricing updates, the bulk Price Feed API is recommended. You can update prices for multiple items in one request using a structured JSON feed. In the feed header you can include the list of SKUs with their respective price details. This method is ideal for managing large catalogs, performing nightly price syncs, or integrating pricing with your internal systems.
- Learn more : Update pricing for multiple items (bulk)
- Marketplace Pricing API Reference: Update bulk prices API
Both options ensure pricing changes are accurately reflected in the Walmart Marketplace, helping you stay competitive and maintain control over your pricing strategy. Choose the method that aligns best with your operational need. Use single SKU pricing updates for precision, and bulk pricing updates for scale.
Updated 21 days ago