Bulk Item Setup (Multiple)

Use this API for initial item setup and maintenance.

This API updates items in bulk, allowing you to update up to 10,000 items at once. Updates with more than 10,000 items are not supported. To ensure optimal feed processing time, keep feed sizes below 10 MB, except for FITMENT_ACES and FITMENT_PIES feeds, which support files up to 50 MB.

The Bulk Item Setup API supports all feed types and spec versions identified in the Item spec: Versioning and diff reporting article. Make sure to include the correct feed type as a query parameter in your request. Available feed types:

  • MP_ITEM: Set up a new seller fulfilled item.
  • MP_WFS_ITEM: Set up a new Walmart fulfilled item.
  • MP_MAINTENANCE: Update existing items in your catalog.
  • MP_ITEM_MATCH: Use item setup info from an existing Walmart catalog item to set up your own offer.
  • OMNI_WFS: Convert a seller fulfilled item to Walmart fulfilled item.
  • FITMENT_ACES/FITMENT_PIES: For automotive fitment items. Requires a zip file in the request body and a boundary parameter in the Content-Type header (e.g., Content-Type: multipart/form-data;boundary="----custom boundary"). Without a boundary parameter, fitment feeds will fail to process.

Download and review the request body samples for guidance on formatting the updated feed file before uploading it for processing.

Language
URL
Click Try It! to start a request and see the response here!