# Walmart API Limits

When you publish or update listings, LitCommerce handles the data transfer through a feed, which represents the information transmitted from the tool to the marketplace.

Each time a feed is created, the following information is sent:

* Price.
* Quantity.
* Product details (new data or updates).

However, the Walmart API has certain limitations that may affect feed processing and how your listings are created or updated through LitCommerce. For more details, refer [HERE](https://developer.walmart.com/us-marketplace/docs/rate-limiting).

This article outlines the key limitations.

## <mark style="color:$primary;">**Only 10 feeds can be sent per hour**</mark>

Whether you update a single product or a hundred, each time you click `Publish to Walmart` or `Update to Walmart`, one feed is generated.

We recommend completing edits for all necessary listings first and publishing or updating them in bulk rather than individually. This helps avoid exceeding the feed limit.

<figure><img src="/files/5w6eZPqqYLkgNqb6Y1KD" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**You can utilize** [**Walmart Templates & Template Rules**](https://litcommerce.gitbook.io/litcommerce-helpdesk/marketplace-integration/supported-platforms/walmart/how-to-create-walmart-templates-and-template-rules) **for bulk updating information.**
{% endhint %}

## <mark style="color:$primary;">**Each feed has a file size limit**</mark>

The file size limits (MB) vary depending on the type of feeds. Surpassing the limits will cause data submission to be rejected, leading to Walmart returning an error.

LitCommerce limits publishing and updating actions to a maximum of 100 listings at a time to help prevent this error from occurring.

<figure><img src="/files/t7CuXPJk9o5n1nyLMveQ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Some limits may be further throttled during high-traffic periods such as sales events or holidays.**
{% endhint %}

If you have any questions, let us know via the Chat Box in the bottom-right corner of our Help Center.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.litcommerce.com/marketplace-integration/supported-platforms/walmart/walmart-api-limits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
