Set up item: Add your items from Walmart’s catalog
To set up items that match existing items in Walmart.ca / Walmart.com.mx , call < POST /v3/feeds> with feedType
set to < MP_ITEM_MATCH>
.
For example:
https://marketplace.walmartapis.com/v3/feeds?feedType=MP_ITEM_MATCH
Use the Item Setup by Match schema and update the information as per the Setup by Match v4.1 schema for each item. The items you submit will be processed and checked to see if they already exist in the Walmart Catalog. If a match is found, your item will be automatically set up and you won’t need to provide your own content.
Once the feed has been processed, the Feed Item Status API will return whether a match is found or not. If a match is not found or you want to provide your own content, use the Bulk Item Setup API.
Item Setup by Match JSON schema
Download the Item Setup by Match API JSON schema:
MX_MP_ITEM_MATCH.JSON.
Updated about 1 month ago