serpapi / public-roadmap

Public Roadmap for SerpApi, LLC (https://serpapi.com)
50 stars 4 forks source link

[Walmart Search API] Parse "Free Shipping" When Available #1757

Closed schaferyan closed 2 months ago

schaferyan commented 2 months ago

Walmart search results sometimes include a "free shipping" field. A customer requested that we parse this.

Screenshot 2024-07-08 at 11 39 43 AM


.

Front | Playground | Walmart

btaunt commented 2 months ago

This feature has been updated. We now parse both free_shipping, free_shipping_with_walmart_plus and shipping_price if applicable.

"free_shipping": true || false,
"free_shipping_with_walmart_plus": true || false,
"shipping_price": 9.98,

Playground | Updated Docs