Marketplace 2-day shipping
What is Marketplace Free 2-Day Shipping?
The program offers qualified sellers Free 2-day Shipping to our customers, with dynamic, location-based logic that automatically displays the Free 2-day Shipping tag on eligible items.
Key features of this program are designed to provide sellers with increased product visibility, Buy Box prominence, and regional shipping settings.
For more information, visit [Walmart Marketplace Learn](https://marketplacelearn.walmart.com/).
I am using Version 3.1 and need to enable the Free 2-Day Shipping feature. What do I need to do?
- Populate the mandatory parameters: Price, Product TaxCode, and Shipping Weights.
- Ensure the following element (marked in RED) is present in the payload, along with relevant states (marked in BLUE):
<ShippingProgramOverrides> <shippingProgramOverride> <twoDayShippingOverride>Yes</twoDayShippingOverride> <twoDayShippingRegion>STREET_48_STATES</twoDayShippingRegion> <twoDayShippingWestRegionStates>AZ,CO,ID,NM,MT,UT,NV,WY,CA,OR,WA</twoDayShippingWestRegionStates> <twoDayShippingNortheastRegionStates>CT,ME,MA,NH,RI,VT,NY,NJ,PA</twoDayShippingNortheastRegionStates> <twoDayShippingMidwestRegionStates>IN,IL,MI,OH,WI,IA,KS,MN,MO,NE,ND,SD</twoDayShippingMidwestRegionStates> <twoDayShippingSouthRegionStates>DE,DC,FL,GA,MD,NC,SC,VA,WV,AL,KY,MS,TN,AR,LA,OK,TX</twoDayShippingSouthRegionStates> </shippingProgramOverride> </ShippingProgramOverrides>
twoDayShippingOverride
is the final override flag value that determines the payload from FeedGateWay. If this is missing, no “TwoDayShipping” information will be passed.
Updated about 2 months ago