Convert items for WFS
All items must be WFS-eligible before creating an IO to send inventory to WFS. After You create a Marketplace item, it can be converted to WFS. Provide the additional details required for WFS that are not required during the initial item setup process.
To learn how to convert your item to be eligible for Walmart Fulfillment Services, see Seller Help: Convert your items to WFS.
For more details about hazmat item compliance requirements, see Seller Help: Hazardous Items – What to do if your item is considered Hazmat.
Note: If you have not set up your items, you can use the full Item + WFS Json spec to convert and upload items in one process. See Set up Items for WFS. To download the spec, see Item Object v4.0.
Item conversion overview
Full details are provided in subsequent sections, but here is an overview of the item conversion process to become WFS-eligible items:
- Download and extract the WFS conversion spec to convert your item to WFS or create an inbound purchase order.
- (Optional): If you haven't created your items yet, you can use the new Item Spec v4.1 to set up your items for WFS in one step. See Set up and manage items in the Items guide.
- Call the Convert Items to WFS API. Use the OMNI_WFS feed type.
New requirement: Restrict item sale by geographic location
There is a new requirement for setting up or converting items to WFS to indicate item Sales Restrictions by geographic location: State or Zip Code. If there are no restrictions, you can set the Restriction Type to "None."
For more details about the State Restrictions attribute and its usage, see Restrict item sale by state or zip code.
Step 1: Download WFS item conversion JSON schema
Download the WFS Item conversion JSON schema: WFS_Convert_Schema_v1.3.json
Step 2: (Optional) Create an inbound PO
You can optionally create an inbound Purchase Order (PO). Download and extract the Inbound Purchase Order JSON Schema: InboundPurchaseOrderSchema.zip.
Step 3: Call convert items for WFS API
After you've extracted the WFS Item conversion spec, you can Call POST Convert Items to WFS API. Default feedType
is OMNI_WFS
, (such as https://marketplace.walmartapis.com/v3/feeds?feedType=OMNI\_WFS).
Updated about 1 month ago