Maintain Single Item(s)

POST /v3/feeds

This feedtype is used by supplier to update one or more attributes on an item a supplier sells to Walmart.
Users should only include attributes that they want to be updated.
Once the feed file is built, pass the attached file using the Supplier Feed request.
Select the relevant product type or supply chain item type as part of the submission process.
For example, if setting up a Blu-ray disc™, use the Movies product type to define all of the required
attributes.
This is an asynchronous (async) request, or a web service where users can carry out multiple requests simultaneously.
Receiving a success response does not mean the feed file is processed successfully.
Continue to track the status of the feed file by its feedId received from the Feed Status request.

Log in to see full request history
Query Params
string
required

Specifies the feed file that will be used and the action the user is intending.

Valid value:

ValueMeaning
OMNI_MAINTENANCEFeed type to maintain any item.

Market availability: U.S.

Body Params
file
required

Specifies the feed file to upload.

For a detailed feed file structure overview, reference the Items Guide.

Headers
string

Specifies the data type expected in a response sent from the server.

Valid values are:

ValueMeaning
application/jsonJSON format for data returned in response.
application/xmlXML format for data returned in response.

Market availability: U.S.

string

Specifies an identifier that tracks the consumer request by channel.

Use the consumer channel type received during onboarding.

Contact the system administrator or developer management for the WM_CONSUMER.CHANNEL.TYPE value.

Market availability: U.S.

string
required

Specifies an identifier for each API call and is used to track and debug issues.

This may be any value, but cannot be null or omitted. 

Market availability: U.S.

string
required

Specifies the access token retrieved in the Create access token request (POST /v3/token).

This value is required for token-based authentication.

Market availability: U.S.

string
required

Specifies the format of request and response body data.

It specifies if the payload is JSON, XML, form data, or other data type.
Setting Content-Type appropriately is essential when exchanging formatted data with APIs.

Valid values are:

ValueMeaning
application/jsonJSON format for request and response body data.
multipart/form-dataMultipart form data format for request and response body data.

Market availability: U.S.

string
required

Specifies a country Walmart serves business. For example, Canada is the "CA" market.

Market availability: Global

Responses

Language
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json